Part of refactor

This commit is contained in:
Tnze
2021-02-27 20:20:17 +08:00
parent 918fffed1f
commit fb1d3a3506
6 changed files with 57 additions and 50 deletions

10
offline/uuid_test.go Normal file
View File

@ -0,0 +1,10 @@
package offline
import "fmt"
func ExampleNameToUUID() {
fmt.Println(NameToUUID("Tnze"))
// output:
// c7b9eece-2f2e-325c-8da8-6fc8f3d0edb0
}