ya.make 128 B

12345678910111213
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. encode.go
  5. hpack.go
  6. huffman.go
  7. static_table.go
  8. tables.go
  9. )
  10. END()