const github.com/coder/websocket.StatusGoingAway

3 uses

	github.com/coder/websocket (current package)
		close.go#L29: 	StatusGoingAway       StatusCode = 1001
		netconn.go#L169: 			case StatusNormalClosure, StatusGoingAway:
		stringer.go#L64: 	_ = x[StatusGoingAway-1001]