forgot I had this file. it was just some testing

pull/1597/head
Cory LaNou 2015-02-12 17:48:16 -07:00
parent 9ca976df39
commit 8c4f5b5513
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
file="`tempfile`"
trap "rm \"$file\"" EXIT
go list std > "$file"
go list -f '{{join .Deps "\n"}}' ./... | grep -vxFf "$file" | sort -u