IsDev returns true if this is a development build.
()
| 34 | return stamped, false |
| 35 | } |
| 36 | if !ok || info == nil || info.Main.Version == "" || info.Main.Version == "(devel)" { |
| 37 | return stamped, false |
| 38 | } |
| 39 | for _, setting := range info.Settings { |
| 40 | if setting.Key == "vcs.revision" { |
| 41 | return stamped, false |
nothing calls this directly
no outgoing calls
no test coverage detected