master
李光春 3 years ago
parent 7a0ace4cd4
commit c8656e80d7

3
.gitignore vendored

@ -5,5 +5,4 @@
.vscode
*.log
git.sh
gitv.sh
*_test.go
gitv.sh

@ -0,0 +1,13 @@
package uuid_test
import (
"fmt"
"github.com/dtapps/go-library/helper/uuid"
"testing"
)
func TestName(t *testing.T) {
genUUID := uuid.GenUUID()
fmt.Println("Hello World")
fmt.Println(genUUID)
}
Loading…
Cancel
Save