ya.make 268 B

1234567891011121314151617181920212223
  1. GO_LIBRARY()
  2. SRCS(
  3. accept.go
  4. authorization.go
  5. content.go
  6. cookie.go
  7. tvm.go
  8. user_agent.go
  9. warning.go
  10. )
  11. GO_TEST_SRCS(warning_test.go)
  12. GO_XTEST_SRCS(
  13. accept_test.go
  14. authorization_test.go
  15. content_test.go
  16. )
  17. END()
  18. RECURSE(gotest)