ya.make 129 B

1234567891011121314
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. errors.go
  5. is_go113.go
  6. )
  7. GO_TEST_SRCS(errors_test.go)
  8. END()
  9. RECURSE(gotest)