Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created March 2, 2016 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crosbymichael/7fd713002c6ac2d9600c to your computer and use it in GitHub Desktop.
Save crosbymichael/7fd713002c6ac2d9600c to your computer and use it in GitHub Desktop.
package main
import "github.com/opencontainers/specs"
func main() {
device := specs.ThrottleDevice{}
device.Major = 0
device.Minor = 0
var rate uint64
rate = 292929
device.Rate = &rate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment