On Tuesday, 4 July 2017 12:45:52 UTC+10, Solex Ikeh wrote:
>
> Please how can i compile/build all go packages including docs in my 
> default go installation? 


This has already been done for you. You should not need to take any action.
 

>  
>
I noticed that go came with a whole clone of the parent site including docs 
> and others but they are in html/text files, how can i compile them to 
> ".exe" to run on localhost?


Like this:
  
   godoc -http=:8080
 
http://godoc.org/golang.org/x/tools/cmd/godoc

-- 
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