ya.make 143 B

12345678910111213141516
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(audit_logger.go)
  4. GO_XTEST_SRCS(
  5. #audit_logging_test.go
  6. )
  7. END()
  8. RECURSE(
  9. gotest
  10. stdout
  11. )