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