GoQUIC is not currently not available in go 1.6. This is because of major change in go1.6. (https://tip.golang.org/doc/go1.6). Currently GoQuic's c-side structures retain and stores Go ptr, possibly causes a problem.
We have a plan to fix this by not retain Go ptr on cgo call, with a lot of changes. Meanwhile, disabling CGO check by setting the environment variable GODEBUG=cgocheck=0 should be work as a quick solution.
GoQUIC is not currently not available in go 1.6. This is because of major change in go1.6. (https://tip.golang.org/doc/go1.6). Currently GoQuic's c-side structures retain and stores Go ptr, possibly causes a problem.
We have a plan to fix this by not retain Go ptr on cgo call, with a lot of changes. Meanwhile, disabling CGO check by setting the environment variable GODEBUG=cgocheck=0 should be work as a quick solution.