build/maintner/cmd/maintserve
Dmitri Shuralyov 3bfcc9bf28 maintner/cmd/maintserve: require golang.org/x/build@latest
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>
2019-03-13 23:59:55 +00:00
..
README.md maintner/cmd/maintserve: add maintserve command 2017-08-03 19:13:04 +00:00
go.mod maintner/cmd/maintserve: require golang.org/x/build@latest 2019-03-13 23:59:55 +00:00
go.sum maintner/cmd/maintserve: carve out into a separate module 2019-03-13 23:40:14 +00:00
maintserve.go maintner/cmd/maintserve: display Gerrit projects and CLs 2018-10-29 17:54:27 +00:00

README.md

GoDoc

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.