| 24 | ) |
| 25 | |
| 26 | type commitInfo struct { |
| 27 | Commit string `json:"commit"` |
| 28 | Ref string `json:"ref"` |
| 29 | Branch string `json:"default_branch"` |
| 30 | } |
| 31 | |
| 32 | func fatalf(msg string, args ...interface{}) { |
| 33 | fmt.Printf(msg+"\n", args...) |
nothing calls this directly
no outgoing calls
no test coverage detected