ya.make 130 B

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