[go-nuts] Re: private go documentation server similar to https://pkg.go.dev

2022-09-11 Thread tapi...@gmail.com
I don't know if it satisfies your need, but you can try Golds: 
https://go101.org/apps-and-libs/golds.html

On Sunday, September 11, 2022 at 5:28:35 AM UTC+8 brainman wrote:

> Hello Everyone,
>
> I would like to run go documentation server that have access to my private 
> code.
>
> Is it possible to do?
>
> I am happy to run the server myself, if it is easy to setup, and if it 
> requires no maintenance.
>
> I am also happy to use external company if they provide that kind of 
> service. Are there companies that do that?
>
> I looked for the source code for
>
> https://pkg.go.dev
>
> and I cannot find it.
>
> Thank you.
>
> Alex
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/d892bd0f-15f3-4b1f-96b8-c9b7e8c050b6n%40googlegroups.com.


[go-nuts] App Engine hasn't upgraded beyond Go 1.16, which is now out of security window

2022-09-11 Thread Sean Abraham
I'm hoping a member of the Go team will take pity on me and prod the App 
Engine Go team about this. The most recent upgrade to AE's Go environment 
was in Nov 2021, when they started supporting Go 1.16 (see release notes 
below). Now that Go 1.19 is out, Go 1.16 won't be getting security fixes 
anymore, and App Engine Go users are in a frustrating place.

If this is App Engine's way of telling me to move to Cloud Run 
(-->Dockerizing), it'd be nice if they'd just tell us that :). Otherwise, 
could a Googler please help us AE users out and poke AE into getting up to 
1.17, 1.18, or 1.19? I don't know where to file a bug straight against AE, 
and I figure the Go team should be very interested in this, due to 
aforementioned security implications.

https://cloud.google.com/appengine/docs/standard/go/release-notes

Thanks,
Sean

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ce3064d0-5e69-4847-92d9-7ae2fee4b68cn%40googlegroups.com.


[go-nuts] Is golang/mobile still active?

2022-09-11 Thread sytuv ccoxf
Is golang/mobile still active?

It seems like does not committed since Jul 23 2022.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/d107af5c-d892-472c-8cef-0503864afdcen%40googlegroups.com.


Re: [go-nuts] Re: private go documentation server similar to https://pkg.go.dev

2022-09-11 Thread Rob Pike
Yes, godoc. I need more sleep.

-rob

On Sun, Sep 11, 2022 at 6:39 PM Jan Mercl <0xj...@gmail.com> wrote:
>
> On Sun, Sep 11, 2022 at 4:20 AM Rob Pike  wrote:
>
> > It would be nice if gofmt still had its -http option. You could run an
> > old version.
>
> AFAICT, the option is still there. We're using it at work, installed on our 
> gitlab server.
>
> me@3900x:~$ go install -v golang.org/x/tools/cmd/godoc@latest
> golang.org/x/tools/godoc/analysis
> golang.org/x/mod/semver
> golang.org/x/tools/internal/event/label
> golang.org/x/sys/execabs
> github.com/yuin/goldmark/util
> golang.org/x/tools/godoc/vfs
> golang.org/x/tools/godoc/static
> golang.org/x/tools/internal/event/keys
> golang.org/x/tools/internal/typeparams
> golang.org/x/net/context/ctxhttp
> golang.org/x/tools/playground
> golang.org/x/tools/godoc/redirect
> golang.org/x/tools/internal/event/core
> golang.org/x/tools/godoc/util
> golang.org/x/tools/godoc/vfs/gatefs
> golang.org/x/tools/godoc/vfs/httpfs
> golang.org/x/tools/godoc/vfs/mapfs
> golang.org/x/tools/godoc/vfs/zipfs
> golang.org/x/tools/internal/event
> golang.org/x/tools/internal/gocommand
> github.com/yuin/goldmark/text
> github.com/yuin/goldmark/ast
> github.com/yuin/goldmark/renderer
> github.com/yuin/goldmark/parser
> github.com/yuin/goldmark/renderer/html
> github.com/yuin/goldmark
> golang.org/x/tools/godoc
> golang.org/x/tools/cmd/godoc
> me@3900x:~$ go version -m $GOPATH/bin/godoc
> /home/me/bin/godoc: go1.19.1
> path golang.org/x/tools/cmd/godoc
> mod golang.org/x/tools v0.1.12 
> h1:VveCTK38A2rkS8ZqFY25HIDFscX5X9OoEhJd3quQmXU=
> dep github.com/yuin/goldmark v1.4.13 
> h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=
> dep golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 
> h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s=
> dep golang.org/x/net v0.0.0-20220722155237-a158d28d115b 
> h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=
> dep golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f 
> h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
> build -compiler=gc
> build CGO_ENABLED=1
> build CGO_CFLAGS=
> build CGO_CPPFLAGS=
> build CGO_CXXFLAGS=
> build CGO_LDFLAGS=
> build GOARCH=amd64
> build GOOS=linux
> build GOAMD64=v1
> me@3900x:~$ godoc -http :6060 &
> [1] 1554
> me@3900x:~$ using module mode; GOMOD=/dev/null
>
> me@3900x:~$
>
> -j
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOXNBZSVaL80Nd%3DWQPqYQ8_E5dooCKcCBR1_jyW3xDv2J%2B-j2Q%40mail.gmail.com.


Re: [go-nuts] Re: private go documentation server similar to https://pkg.go.dev

2022-09-11 Thread Jan Mercl
On Sun, Sep 11, 2022 at 4:20 AM Rob Pike  wrote:

> It would be nice if gofmt still had its -http option. You could run an
> old version.

AFAICT, the option is still there. We're using it at work, installed on our
gitlab server.

me@3900x:~$ go install -v golang.org/x/tools/cmd/godoc@latest
golang.org/x/tools/godoc/analysis
golang.org/x/mod/semver
golang.org/x/tools/internal/event/label
golang.org/x/sys/execabs
github.com/yuin/goldmark/util
golang.org/x/tools/godoc/vfs
golang.org/x/tools/godoc/static
golang.org/x/tools/internal/event/keys
golang.org/x/tools/internal/typeparams
golang.org/x/net/context/ctxhttp
golang.org/x/tools/playground
golang.org/x/tools/godoc/redirect
golang.org/x/tools/internal/event/core
golang.org/x/tools/godoc/util
golang.org/x/tools/godoc/vfs/gatefs
golang.org/x/tools/godoc/vfs/httpfs
golang.org/x/tools/godoc/vfs/mapfs
golang.org/x/tools/godoc/vfs/zipfs
golang.org/x/tools/internal/event
golang.org/x/tools/internal/gocommand
github.com/yuin/goldmark/text
github.com/yuin/goldmark/ast
github.com/yuin/goldmark/renderer
github.com/yuin/goldmark/parser
github.com/yuin/goldmark/renderer/html
github.com/yuin/goldmark
golang.org/x/tools/godoc
golang.org/x/tools/cmd/godoc
me@3900x:~$ go version -m $GOPATH/bin/godoc
/home/me/bin/godoc: go1.19.1
path golang.org/x/tools/cmd/godoc
mod golang.org/x/tools v0.1.12
h1:VveCTK38A2rkS8ZqFY25HIDFscX5X9OoEhJd3quQmXU=
dep github.com/yuin/goldmark v1.4.13
h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=
dep golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s=
dep golang.org/x/net v0.0.0-20220722155237-a158d28d115b
h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=
dep golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
build -compiler=gc
build CGO_ENABLED=1
build CGO_CFLAGS=
build CGO_CPPFLAGS=
build CGO_CXXFLAGS=
build CGO_LDFLAGS=
build GOARCH=amd64
build GOOS=linux
build GOAMD64=v1
me@3900x:~$ godoc -http :6060 &
[1] 1554
me@3900x:~$ using module mode; GOMOD=/dev/null

me@3900x:~$

-j

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-UXUnSV8AZZVYSVm-g74WB_FRXzVdSFO-BGi5VtEUQkDQ%40mail.gmail.com.


Re: [go-nuts] Re: private go documentation server similar to https://pkg.go.dev

2022-09-11 Thread brainman
Thanks for your suggestion, Rob.

I just use go doc command.

The website is for my colleagues.

Alex

On Sunday, 11 September 2022 at 12:20:37 UTC+10 Rob 'Commander' Pike wrote:

> It would be nice if gofmt still had its -http option. You could run an
> old version.
>
> -rob
>
>
> On Sun, Sep 11, 2022 at 8:01 AM peterGo  wrote:
> >
> > https://go.googlesource.com/pkgsite/
> >
> > On Saturday, September 10, 2022 at 5:28:35 PM UTC-4 brainman wrote:
> >>
> >> Hello Everyone,
> >>
> >> I would like to run go documentation server that have access to my 
> private code.
> >>
> >> Is it possible to do?
> >>
> >> I am happy to run the server myself, if it is easy to setup, and if it 
> requires no maintenance.
> >>
> >> I am also happy to use external company if they provide that kind of 
> service. Are there companies that do that?
> >>
> >> I looked for the source code for
> >>
> >> https://pkg.go.dev
> >>
> >> and I cannot find it.
> >>
> >> Thank you.
> >>
> >> Alex
> >
> > --
> > 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...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/80e83a7d-b757-4b28-971b-619d24233eccn%40googlegroups.com
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/34f2a6fa-3d6a-407c-85d6-20ddfc3834b0n%40googlegroups.com.


[go-nuts] Re: private go documentation server similar to https://pkg.go.dev

2022-09-11 Thread brainman
Thanks for the link, peterGo.

Looks complicated to configure and run.

I will try to run it when I have time.

Alex

On Sunday, 11 September 2022 at 08:01:03 UTC+10 peterGo wrote:

> https://go.googlesource.com/pkgsite/
>
> On Saturday, September 10, 2022 at 5:28:35 PM UTC-4 brainman wrote:
>
>> Hello Everyone,
>>
>> I would like to run go documentation server that have access to my 
>> private code.
>>
>> Is it possible to do?
>>
>> I am happy to run the server myself, if it is easy to setup, and if it 
>> requires no maintenance.
>>
>> I am also happy to use external company if they provide that kind of 
>> service. Are there companies that do that?
>>
>> I looked for the source code for
>>
>> https://pkg.go.dev
>>
>> and I cannot find it.
>>
>> Thank you.
>>
>> Alex
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a25540cb-11b8-434b-8877-50db5d2ea4aen%40googlegroups.com.