()
| 19 | ) |
| 20 | |
| 21 | func String() string { |
| 22 | return fmt.Sprintf("%s-%s", Name, strings.TrimPrefix(Version, "v")) |
| 23 | } |
| 24 | |
| 25 | func BuildString() string { |
| 26 | return fmt.Sprintf("%s/%s, %s, %s", runtime.GOOS, runtime.GOARCH, runtime.Version(), GitCommit) |
no outgoing calls
no test coverage detected
searching dependent graphs…