Files
2019-08-14 15:47:47 +08:00

4 lines
80 B
Bash

#!/bin/bash
for i in *.go; do golint $i | grep -q . || echo $i; done > .linted