gop icon indicating copy to clipboard operation
gop copied to clipboard

Go+ documentation

Open xushiwei opened this issue 1 year ago • 1 comments

Proposal

https://pkg.gop.dev for Go+ like https://pkg.go.dev for Go

Background

Now, All Go+ modules can appear on pkg.go.dev without any differences as Go modules:

  • See https://github.com/goplus/gop/releases/tag/v1.2.2

However, there are still some needs that are not being met:

  • Documents for builtin types (eg. https://github.com/goplus/gop/issues/1269)
  • Go+ extended syntax recognition, such as function/operator overloading

Workarounds

none

xushiwei avatar Feb 18 '24 05:02 xushiwei

Golang team uses domain go.dev for its official site, so it's natural to use pkg.go.dev for its package document site.

Goplus team uses domain goplus.org for its official site (and related sites like play.goplus.org, tutorial.goplus.org), so in my opinion it's better to use pkg.goplus.org for goplus package document site.

If we think it is important to keep the goplus document site address as similar as possible to the go version (which may be more convenient for Golang developers), we can redirect pkg.gop.dev to pkg.goplus.org.

nighca avatar Feb 19 '24 01:02 nighca