Are you looking for src directory ?

tree -d -L 1 $GOROOT/src
/home/mh-cbon/.gvm/gos/go1.7/src
├── archive
├── bufio
├── builtin
├── bytes
├── cmd
├── compress
├── container
├── context
├── crypto
├── database
├── debug
├── encoding
├── errors
├── expvar
├── flag
├── fmt
├── go
├── hash
├── html
├── image
├── index
├── internal
├── io
├── log
├── math
├── mime
├── net
├── os
├── path
├── reflect
├── regexp
├── runtime
├── sort
├── strconv
├── strings
├── sync
├── syscall
├── testing
├── text
├── time
├── unicode
├── unsafe
└── vendor

43 directories



vs lib/

$ tree -d -L 1 $GOROOT/lib
/home/mh-cbon/.gvm/gos/go1.7/lib
└── time

1 directory





On Saturday, December 31, 2016 at 6:58:47 AM UTC+1, na...@mit.edu wrote:
>
> I installed golang into c:\go using the msi installer.  When I look in 
> tc:\go\lib all I see is the "time" directory.  Where's the rest of the 
> standard go libraries?  If I look at the zip archive I see nothing else und 
>  How do I get a complete installation?
> er lib as well.
>
> This seems wrong.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to