golang.org/x/pkgsite/internal/proxy.Server.handleLatest (method)
4 uses
golang.org/x/pkgsite/internal/proxy (current package)
server.go#L55: func (s *Server) handleLatest(modulePath, urlPath string) {
server.go#L134: s.handleLatest(m.ModulePath, fmt.Sprintf("/%s/@latest", m.ModulePath))
server.go#L138: s.handleLatest(m.ModulePath, fmt.Sprintf("/%s/@v/master.info", m.ModulePath))
server.go#L141: s.handleLatest(m.ModulePath, fmt.Sprintf("/%s/@v/main.info", m.ModulePath))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |