Created
September 19, 2018 06:52
-
-
Save gonzaloserrano/0be9ccd391dbe3c72490b9e312487439 to your computer and use it in GitHub Desktop.
go packages without example files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/gosrc/src master ⇣ | |
❯ for i in `go list ./... | grep -v internal | sed 's#_/Users/gonzalo/gosrc/src/##'`; do if ! [[ -f $i/example_test.go ]]; then echo $i; fi; done | |
builtin | |
cmd/addr2line | |
cmd/api | |
cmd/asm | |
cmd/buildid | |
cmd/cgo | |
cmd/compile | |
cmd/cover | |
cmd/dist | |
cmd/doc | |
cmd/fix | |
cmd/go | |
cmd/gofmt | |
cmd/link | |
cmd/nm | |
cmd/objdump | |
cmd/pack | |
cmd/pprof | |
cmd/test2json | |
cmd/trace | |
cmd/vet | |
compress/bzip2 | |
compress/lzw | |
container/heap | |
crypto | |
crypto/aes | |
crypto/dsa | |
crypto/elliptic | |
crypto/hmac | |
crypto/rc4 | |
crypto/sha512 | |
crypto/subtle | |
crypto/x509/pkix | |
database/sql/driver | |
debug/dwarf | |
debug/elf | |
debug/gosym | |
debug/macho | |
debug/pe | |
debug/plan9obj | |
encoding | |
encoding/ascii85 | |
encoding/asn1 | |
expvar | |
go/build | |
go/importer | |
hash/adler32 | |
hash/crc64 | |
hash/fnv | |
image | |
image/color | |
image/color/palette | |
image/gif | |
image/jpeg | |
net/http/cgi | |
net/http/fcgi | |
net/http/pprof | |
net/rpc | |
net/rpc/jsonrpc | |
net/textproto | |
os/user | |
plugin | |
regexp/syntax | |
runtime/cgo | |
runtime/debug | |
runtime/pprof | |
runtime/race | |
syscall | |
testing | |
testing/iotest | |
testing/quick | |
text/template/parse | |
unicode/utf16 | |
unsafe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment