dotfiles/bin/golintc
2014-07-27 14:29:34 -04:00

3 lines
74 B
Bash
Executable file

#!/bin/bash
golint "$@" | grep -v "should have comment or be unexported"