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
go build (git)-[master]
# github.com/yinqiwen/gsnova/common/mux
common/mux/quic.go:26:28: not enough arguments in call to q.Session.OpenStreamSync
have ()
want (context.Context)
common/mux/quic.go:35:34: not enough arguments in call to q.Session.AcceptStream
have ()
want (context.Context)
I met the above error when I try to run go build in the gsnova folder or the command in the read me file.
Is there master branch could be compiled or I need to do something to make it compile?
The text was updated successfully, but these errors were encountered:
I met the above error when I try to run
go build
in the gsnova folder or the command in the read me file.Is there
master
branch could be compiled or I need to do something to make it compile?The text was updated successfully, but these errors were encountered: