ya.make 211 B

12345678910111213141516171819
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. callback_serializer.go
  5. event.go
  6. oncefunc.go
  7. )
  8. GO_TEST_SRCS(
  9. callback_serializer_test.go
  10. event_test.go
  11. oncefunc_test.go
  12. )
  13. END()
  14. RECURSE(gotest)