Last active
August 29, 2015 13:56
-
-
Save proppy/8895356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go tool cgo -godefs=true netdevice.go | |
// Created by cgo -godefs - DO NOT EDIT | |
// cgo -godefs=true netdevice.go | |
package foo | |
type IfReq struct { | |
Ifrn [16]byte | |
Ifru [24]byte | |
} | |
type IfConfig struct { | |
Len int32 | |
Pad_cgo_0 [4]byte | |
Ifcu [8]byte | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment