func net/http.SetCookie
5 uses
net/http (current package)
cookie.go#L161: func SetCookie(w ResponseWriter, cookie *Cookie) {
golang.org/x/pkgsite/internal/cookie
flash.go#L35: http.SetCookie(w, &http.Cookie{
flash.go#L55: http.SetCookie(w, &http.Cookie{Name: name, Value: value, Path: urlPath})
golang.org/x/pkgsite/internal/middleware
betaRedirect.go#L35: http.SetCookie(w, cookie)
betaRedirect.go#L39: http.SetCookie(w, cookie)
![]() |
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. |