ya.make 272 B

1234567891011121314151617181920212223
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. compressor.go
  5. encode_duration.go
  6. grpcutil.go
  7. metadata.go
  8. method.go
  9. regex.go
  10. )
  11. GO_TEST_SRCS(
  12. compressor_test.go
  13. encode_duration_test.go
  14. method_test.go
  15. regex_test.go
  16. )
  17. END()
  18. RECURSE(gotest)