blob: 307a2ef1145ca25fc83687c4fa85bf731bf272fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
route.pb.go
route.pb.validate.go
route_components.pb.go
route_components.pb.validate.go
scoped_route.pb.go
scoped_route.pb.validate.go
)
END()
|