package
2.0.1+incompatible
Repository: https://github.com/iceopen/igo.git
Documentation: pkg.go.dev

# README

uuid

引用方法:

go get github.com/infoepoch/go-dev-common/utils/uuid

使用方法

    s, e := uuid.GetUuid()
	if e != nil {
		t.Error(e.Error())
	}
	fmt.Println("uuid: ", s)

# Functions

GetUUID 获取 uuid.