diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 07:47:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 07:47:17 -0300 |
commit | 5f5eec5b39467f8f061566cee818cf68ca78c70c (patch) | |
tree | 965ba69061b1459d46b81ac9dec2b73ad4f5556c /tests/functional/version/scrypt.go | |
parent | Setup i18n with gotext(0) (diff) | |
download | scrypt-5f5eec5b39467f8f061566cee818cf68ca78c70c.tar.gz scrypt-5f5eec5b39467f8f061566cee818cf68ca78c70c.tar.xz |
rm -rf tests/functional/version/
Diffstat (limited to '')
-rw-r--r-- | tests/functional/version/scrypt.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/functional/version/scrypt.go b/tests/functional/version/scrypt.go deleted file mode 100644 index 5133f8c..0000000 --- a/tests/functional/version/scrypt.go +++ /dev/null @@ -1,13 +0,0 @@ -package scrypt - -import ( - g "gobang" -) - - - -func MainTest() { - g.Testing("we can get the lib version", func() { - g.TAssertEqual(len(Version) >= 5, true) - }) -} |