String returns a Go-syntax representation of the Info.
()
| 18 | |
| 19 | // String returns a Go-syntax representation of the Info. |
| 20 | func (info Info) String() string { |
| 21 | return fmt.Sprintf("%#v", info) |
| 22 | } |
| 23 | |
| 24 | // Get returns the overall codebase version. It's for detecting |
| 25 | // what code a binary was built from. |
no outgoing calls
no test coverage detected