summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pseudomuto/protoc-gen-doc/extensions/validator_field/ya.make
blob: f1e69197cd28d71bcffaa4244028d7c0e1bb99f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GO_LIBRARY()

LICENSE(MIT)

VERSION(v1.5.1)

SRCS(
    validator_field.go
)

GO_XTEST_SRCS(validator_field_test.go)

END()

RECURSE(
    gotest
)