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
// tuntap.go// Code generated by cmd/cgo -godefs; DO NOT EDIT.// cgo -godefs=true src/tuntap_c.go// ...typeifReqstruct {
Name [0x10]byteFlagsuint16pad [0x28-0x10-2]byte
}
This works as expected when using go 1.14
What did you see instead?
// tuntap.go// Code generated by cmd/cgo -godefs; DO NOT EDIT.// cgo -godefs=true src/tuntap_c.go// ...typeifReqstruct {
Name [0x10]byteFlagsuint16pad [uint64-0x10-2]byte// compiler: uint64 (type) is not an expression
}
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
This works as expected when using go 1.14
What did you see instead?
The text was updated successfully, but these errors were encountered: