mirror of
https://github.com/guonaihong/gout
synced 2025-12-24 12:58:00 +08:00
11 lines
148 B
Go
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)
|
|
}
|