pforemski/dingo

https.go:39: undefined: h2quic.RoundTripper

Closed this issue · 4 comments

still seems broken in master

https.go:39: undefined: h2quic.RoundTripper

You have an outdated src for quic-go. Fix: go get -u github.com/lucas-clemente/quic-go

probably fixed in the last couple months since posting. closing.

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

upstream appears to have fixed this now. closing.