ya.make 168 B

1234567891011121314151617
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. duration.go
  5. serviceconfig.go
  6. )
  7. GO_TEST_SRCS(
  8. duration_test.go
  9. serviceconfig_test.go
  10. )
  11. END()
  12. RECURSE(gotest)