Skip to content

Instantly share code, notes, and snippets.

@kovetskiy
Created May 15, 2019 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovetskiy/47c2ca7536d7e686a3004a8084c89e1e to your computer and use it in GitHub Desktop.
Save kovetskiy/47c2ca7536d7e686a3004a8084c89e1e to your computer and use it in GitHub Desktop.
package hookstest
import (
"fmt"
)
func ShouldNotPass() {
fmt.Printf(
"This code should not pass linting because it has broken message formatting: %s\n",
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment