github.com/avicd/go-utilx@v0.1.0/goid/index_test.go (about) 1 package goid 2 3 import "testing" 4 5 func TestGoId(t *testing.T) { 6 println(Id()) 7 }