ya.make 154 B

1234567891011121314151617
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. goid_regular.go
  5. profiling.go
  6. )
  7. GO_TEST_SRCS(profiling_test.go)
  8. END()
  9. RECURSE(
  10. buffer
  11. gotest
  12. )