Advertisement
Guest User

Untitled

a guest
May 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. package hookstest
  2.  
  3. import (
  4. "fmt"
  5. )
  6.  
  7. // ShouldPass prints a message that this function passes any code linter
  8. func ShouldPass() {
  9. fmt.Println("This code should pass any linter")
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement