зеркало из https://github.com/golang/build.git
5e2fb0da4c
Since February 2017, the proper MIME type is "font/woff" for WOFF 1.0 and "font/woff2" for WOFF 2.0. Prior to February 2017, the standard MIME type for WOFF 1.0 was "application/font-woff", but it is now deprecated. References: - https://www.iana.org/assignments/media-types/media-types.xhtml - https://tools.ietf.org/html/rfc8081 Change-Id: I8d5c04a9f74a2647197179fde4865b3db2d99708 Reviewed-on: https://go-review.googlesource.com/100435 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
README.md | ||
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.