ya.make 415 B

1234567891011121314151617181920212223242526272829303132
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. bdp_estimator.go
  5. controlbuf.go
  6. defaults.go
  7. flowcontrol.go
  8. handler_server.go
  9. http2_client.go
  10. http2_server.go
  11. http_util.go
  12. logging.go
  13. proxy.go
  14. transport.go
  15. )
  16. GO_TEST_SRCS(
  17. handler_server_test.go
  18. http_util_test.go
  19. keepalive_test.go
  20. proxy_test.go
  21. transport_test.go
  22. )
  23. END()
  24. RECURSE(
  25. gotest
  26. networktype
  27. )