const golang.org/x/pkgsite/internal/cookie.AlternativeModuleFlash
4 uses
golang.org/x/pkgsite/internal/cookie (current package)
flash.go#L19: const AlternativeModuleFlash = "tmp-redirected-from-alternative-module"
golang.org/x/pkgsite/internal/frontend
404.go#L101: cookie.Set(w, cookie.AlternativeModuleFlash, fullPath, u)
unit.go#L173: redirectPath, err = cookie.Extract(w, r, cookie.AlternativeModuleFlash)
golang.org/x/pkgsite/internal/middleware
caching.go#L137: if _, err := r.Cookie(cookie.AlternativeModuleFlash); err == nil {
![]() |
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. |