Skip to content

Instantly share code, notes, and snippets.

@proppy
Last active August 29, 2015 13:56
Show Gist options
  • Save proppy/8895356 to your computer and use it in GitHub Desktop.
Save proppy/8895356 to your computer and use it in GitHub Desktop.
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