Codebase list golang-github-go-kit-kit / b29b5a7
silence wrong type error Bas van Beek 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
204204 fmt.Fprintf(os.Stdout, "%q + %q = %q\n", a, b, v)
205205
206206 default:
207 fmt.Fprintf(os.Stderr, "error: invalid method %q\n", method)
207 fmt.Fprintf(os.Stderr, "error: invalid method %q\n", *method)
208208 os.Exit(1)
209209 }
210210 }