Files
gout/version_test.go
guonaihong 4c137caf9e Version (#122)
* 新增Version全局变量

* add test file
2019-12-09 22:08:08 +08:00

11 lines
148 B
Go

package gout
import (
"github.com/stretchr/testify/assert"
"testing"
)
func Test_Version(t *testing.T) {
assert.NotEqual(t, len(Version), 0)
}