File: gen_linted.sh

package info (click to toggle)
golang-github-gopacket-gopacket 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,004 kB
  • sloc: sh: 301; python: 76; makefile: 10
file content (3 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (6)
1
2
3
#!/bin/bash

for i in *.go; do golint $i | grep -q . || echo $i; done > .linted