()
| 99 | } |
| 100 | |
| 101 | func GetUUID() string { |
| 102 | code := uuid.New().String() |
| 103 | code = strings.Replace(code, "-", "", -1) |
| 104 | return code |
| 105 | } |
| 106 | |
| 107 | const keyChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| 108 |
nothing calls this directly
no outgoing calls
no test coverage detected