You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
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 to see the docs for this. What is the way to achieve this ?
In the past, I have used `godoc.org/github.com/<project>/<package> ` for public repos. I want to do similarly for private repos with the `godoc.org` replaced by our custom domain.
Also, we are in GCP and so if there is some easy hack to get this deployed in GCP via a single click or some such, that will also be good. Any pointers ?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
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.
>
> 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 to see the docs for this. What is the way to achieve this ?
>
> In the past, I have used `godoc.org/github.com/
> is archived and I do not know what is the recommended way now.
>
> Also, we are in GCP and so if there is some easy hack to get this
> deployed in GCP via a single click or some such, that will also be good.
> Any pointers ?
>
> --
> Sankar P