Initial commit

This commit is contained in:
Ian Gulliver
2023-04-20 17:54:42 +00:00
parent 57736da893
commit cb9d3aef62
10 changed files with 565 additions and 0 deletions

11
pkg_test.go Normal file
View File

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