зеркало из https://github.com/golang/build.git
3bfcc9bf28
Now that a pseudo-version of golang.org/x/build module with maintserve carved out exists, the module golang.org/x/build/maintner/cmd/maintserve can depend on it. Do so now. This is analogous to CL 166857. Updates golang/go#29935 Change-Id: I661f32336ede26fde5581527959d31d164a00b63 Reviewed-on: https://go-review.googlesource.com/c/build/+/167463 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
README.md | ||
go.mod | ||
go.sum | ||
maintserve.go |
README.md
golang.org/x/build/maintner/cmd/maintserve
maintserve is a program that serves Go issues over HTTP, so they can be viewed in a browser. It uses x/build/maintner/godata as its backing source of data.
It statically embeds all the resources it uses, so it's possible to use it when offline. During that time, the corpus will not be able to update, and GitHub user profile pictures won't load.