From 804ca010dd354ff30e12dbf2c40dcb83e9820918 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Oct 2024 13:45:15 -0300 Subject: Remove Go code in favor of upstream libscrypt-kdf Adapt build to handle cgo shenanigans. --- tests/functional/version/scrypt.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/functional/version/scrypt.go (limited to 'tests/functional/version/scrypt.go') diff --git a/tests/functional/version/scrypt.go b/tests/functional/version/scrypt.go new file mode 100644 index 0000000..5133f8c --- /dev/null +++ b/tests/functional/version/scrypt.go @@ -0,0 +1,13 @@ +package scrypt + +import ( + g "gobang" +) + + + +func MainTest() { + g.Testing("we can get the lib version", func() { + g.TAssertEqual(len(Version) >= 5, true) + }) +} -- cgit v1.2.3