ya.make 130 B

1234567891011121314
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. enum.go
  5. message.go
  6. )
  7. GO_XTEST_SRCS(prototest_test.go)
  8. END()
  9. RECURSE(gotest)