You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) arosen@arosen-ZenBook-UX434IQ-Q407IQ:~/webtail$ go build ./...
github.com/snail007/webtail
../go/pkg/mod/github.com/snail007/[email protected]/webtail.go:46:35: too many arguments in call to ws.UpgradeHTTP
have (*http.Request, http.ResponseWriter, nil)
want (*http.Request, http.ResponseWriter)
example/hello/webtail
./webtail.go:46:35: too many arguments in call to ws.UpgradeHTTP
have (*http.Request, http.ResponseWriter, nil)
The text was updated successfully, but these errors were encountered:
(venv) arosen@arosen-ZenBook-UX434IQ-Q407IQ:~/webtail$ go build ./...
github.com/snail007/webtail
../go/pkg/mod/github.com/snail007/[email protected]/webtail.go:46:35: too many arguments in call to ws.UpgradeHTTP
have (*http.Request, http.ResponseWriter, nil)
want (*http.Request, http.ResponseWriter)
example/hello/webtail
./webtail.go:46:35: too many arguments in call to ws.UpgradeHTTP
have (*http.Request, http.ResponseWriter, nil)
The text was updated successfully, but these errors were encountered: