summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pseudomuto/protoc-gen-doc/extensions/google_api_http/ya.make
blob: ddc130fc99941de15ca934ba59867fec9d34e323 (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(
    google_api_http.go
)

GO_XTEST_SRCS(google_api_http_test.go)

END()

RECURSE(
    gotest
)