forgot I had this file. it was just some testing
parent
9ca976df39
commit
8c4f5b5513
|
@ -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
|
|
Loading…
Reference in New Issue