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)