const net/http.StatusSeeOther

2 uses

	net/http (current package)
		status.go#L29: 	StatusSeeOther          = 303 // RFC 7231, 6.4.4
		status.go#L99: 	StatusSeeOther:          "See Other",