提交 ad8d7e54 编写于 作者: 李光春

【优化】update .gitignore

上级 4f807d2c
package uuid_test
import (
"GoLibrary/helper/uuid"
"fmt"
"testing"
)
func TestName(t *testing.T) {
genUUID := uuid.GenUUID()
fmt.Println("Hello World")
fmt.Println(genUUID)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册