goplus / gop

The Go+ programming language is designed for engineering, STEM education, and data science
https://goplus.org
Apache License 2.0
8.9k stars 547 forks source link

Go+ documentation #1755

Open xushiwei opened 6 months ago

xushiwei commented 6 months ago

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:

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

Workarounds

none

nighca commented 6 months ago

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.