Re: [go-nuts] Go Documentation for private github projects

2021-02-21 Thread Sankar
On Saturday, 20 February 2021 at 15:58:30 UTC+5:30 mb0 wrote: > Hi, > this January a fork of gddo was was announced to this list. Take a look > https://godocs.io/ > Thanks a lot. This seems handy. > > Best regards > > On 20.02.21 08:13, Sankar P wrote: > > Hi > > > > We have a bunch of

Re: [go-nuts] Go Documentation for private github projects

2021-02-20 Thread Martin Schnabel
Hi, this January a fork of gddo was was announced to this list. Take a look https://godocs.io/ Best regards On 20.02.21 08:13, Sankar P wrote: Hi We have a bunch of private repos in github with Go sources. We want to see the documentation for these repository sources in an easy to click URL.

[go-nuts] Go Documentation for private github projects

2021-02-19 Thread Sankar P
Hi We have a bunch of private repos in github with Go sources. We want to see the documentation for these repository sources in an easy to click URL. We are comfortable with deploying a FOSS binary/service, which can authenticate to github as a dedicated user and get the repositories. Now I want

[go-nuts] Go documentation - how to determine what implements an interface?

2019-05-15 Thread 'White Hexagon' via golang-nuts
I have another strange interface with the Go AWS SDK. The PutObject is expecting the data as an: io.ReadSeeker I imagine there is something implementing this in Go. But my question is how would a new user find this information? The go documentation for the API just tells me there is a

Re: [go-nuts] Go Documentation

2018-12-21 Thread hb
Thanks, that helps me a lot. On Friday, December 21, 2018 at 11:33:40 AM UTC+8, Tom Limoncelli wrote: > > > > On Thu, Dec 20, 2018 at 1:27 AM 伊藤和也 > > wrote: > >> Are there any teaching materials to learn how to write go documentations? >> > > Are you looking for documents that can be used to

Re: [go-nuts] Go Documentation

2018-12-20 Thread Tom Limoncelli
On Thu, Dec 20, 2018 at 1:27 AM 伊藤和也 wrote: > Are there any teaching materials to learn how to write go documentations? > Are you looking for documents that can be used to learn go? 1. "A Tour of Go" is a good place to start: https://tour.golang.org/welcome/1 2. Many tutorials are here:

Re: [go-nuts] Go Documentation

2018-12-19 Thread Francisco Dalla Rosa Soares
Hi Kazuya, I'm not sure what you mean by "learn how to write go documentation". * Do you want guidelines for contributing to the official documentation? * Do want a guide for how to write documentation for your own packages? I guess a lot of the experienced people here can give you tips, but

[go-nuts] Go Documentation

2018-12-19 Thread 伊藤和也
Are there any teaching materials to learn how to write go documentations? -- 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