aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/gopacket/.travis.gofmt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/gopacket/.travis.gofmt.sh')
-rwxr-xr-xvendor/github.com/google/gopacket/.travis.gofmt.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/google/gopacket/.travis.gofmt.sh b/vendor/github.com/google/gopacket/.travis.gofmt.sh
deleted file mode 100755
index e341a1c..0000000
--- a/vendor/github.com/google/gopacket/.travis.gofmt.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-cd "$(dirname $0)"
-if [ -n "$(go fmt ./...)" ]; then
- echo "Go code is not formatted, run 'go fmt github.com/google/stenographer/...'" >&2
- exit 1
-fi