ya.make 120 B

1234567891011121314
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. codes.go
  5. doc.go
  6. )
  7. GO_TEST_SRCS(codes_test.go)
  8. END()
  9. RECURSE(gotest)