Initial commit

This commit is contained in:
Ian Gulliver
2023-04-20 16:12:34 +00:00
parent 366ffe2c6f
commit 12a6d6da8b
9 changed files with 431 additions and 0 deletions

11
pkg_test.go Normal file
View File

@@ -0,0 +1,11 @@
package jsrest_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}