коммит произвёл
GitHub
родитель
a3cf490a4d
Коммит
03a55367d9
4
vendor/github.com/mailru/easyjson/Makefile
сгенерированный
поставляемый
4
vendor/github.com/mailru/easyjson/Makefile
сгенерированный
поставляемый
@@ -18,10 +18,13 @@ generate: build
|
||||
./tests/custom_map_key_type.go \
|
||||
./tests/embedded_type.go \
|
||||
./tests/reference_to_pointer.go \
|
||||
./tests/html.go \
|
||||
./tests/unknown_fields.go \
|
||||
|
||||
bin/easyjson -all ./tests/data.go
|
||||
bin/easyjson -all ./tests/nothing.go
|
||||
bin/easyjson -all ./tests/errors.go
|
||||
bin/easyjson -all ./tests/html.go
|
||||
bin/easyjson -snake_case ./tests/snake.go
|
||||
bin/easyjson -omit_empty ./tests/omitempty.go
|
||||
bin/easyjson -build_tags=use_easyjson ./benchmark/data.go
|
||||
@@ -32,6 +35,7 @@ generate: build
|
||||
bin/easyjson ./tests/reference_to_pointer.go
|
||||
bin/easyjson ./tests/key_marshaler_map.go
|
||||
bin/easyjson -disallow_unknown_fields ./tests/disallow_unknown.go
|
||||
bin/easyjson ./tests/unknown_fields.go
|
||||
|
||||
test: generate
|
||||
go test \
|
||||
|
||||
Ссылка в новой задаче
Block a user