ya.make 188 B

12345678910111213141516171819
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. grpctest.go
  5. tlogger.go
  6. )
  7. GO_TEST_SRCS(
  8. grpctest_test.go
  9. tlogger_test.go
  10. )
  11. GO_XTEST_SRCS(example_test.go)
  12. END()
  13. RECURSE(gotest)