mirror of
https://github.com/coredns/coredns.git
synced 2025-11-11 22:42:21 -05:00
dep ensure -update (#1001)
* dep ensure -update Run "dep ensure -update` to update all dependencies. No code changes; just the dependencies. * dep prune * add new venderod
This commit is contained in:
4
vendor/github.com/mailru/easyjson/README.md
generated
vendored
4
vendor/github.com/mailru/easyjson/README.md
generated
vendored
@@ -49,6 +49,8 @@ Usage of easyjson:
|
||||
process the whole package instead of just the given file
|
||||
-snake_case
|
||||
use snake_case names instead of CamelCase by default
|
||||
-lower_camel_case
|
||||
use lowerCamelCase instead of CamelCase by default
|
||||
-stubs
|
||||
only generate stubs for marshaler/unmarshaler funcs
|
||||
```
|
||||
@@ -60,7 +62,7 @@ generated. For example:
|
||||
|
||||
```go
|
||||
//easyjson:json
|
||||
struct A{}
|
||||
type A struct {}
|
||||
```
|
||||
|
||||
Additional option notes:
|
||||
|
||||
Reference in New Issue
Block a user