https.go:39: undefined: h2quic.RoundTripper
Closed this issue · 4 comments
gripedthumbtacks commented
still seems broken in master
https.go:39: undefined: h2quic.RoundTripper
heri16 commented
You have an outdated src for quic-go. Fix: go get -u github.com/lucas-clemente/quic-go
gripedthumbtacks commented
probably fixed in the last couple months since posting. closing.
gripedthumbtacks commented
welp
github.com/lucas-clemente/quic-go
go/src/github.com/lucas-clemente/quic-go/interface.go:14: syntax error: unexpected = in type declaration
go/src/github.com/lucas-clemente/quic-go/interface.go:17: syntax error: unexpected = in type declaration
go/src/github.com/lucas-clemente/quic-go/interface.go:20: syntax error: unexpected = in type declaration
gripedthumbtacks commented
upstream appears to have fixed this now. closing.