package scrypt import ( g "gobang" ) func MainTest() { g.Testing("we can get the lib version", func() { g.TAssertEqual(len(Version) >= 5, true) }) }