Part of refactor
This commit is contained in:
10
offline/uuid_test.go
Normal file
10
offline/uuid_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package offline
|
||||
|
||||
import "fmt"
|
||||
|
||||
func ExampleNameToUUID() {
|
||||
fmt.Println(NameToUUID("Tnze"))
|
||||
|
||||
// output:
|
||||
// c7b9eece-2f2e-325c-8da8-6fc8f3d0edb0
|
||||
}
|
Reference in New Issue
Block a user