ya.make 113 B

123456789101112131415
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. jws.go
  5. )
  6. GO_TEST_SRCS(jws_test.go)
  7. END()
  8. RECURSE(
  9. gotest
  10. )