package
0.0.0-20140402002621-b9750d8d7b78
Repository: https://github.com/hybridgroup/go-ardrone.git
Documentation: pkg.go.dev
# Functions
CrossEnv returns environment variables suitable for cross compiling Go code to run on the ardrone.
NewCommand returns the command for the given arguments.
No description provided by the author
NewConfigFromEnv returns the config from the environment.
NewTestCommand returns a new TestCommand.
No description provided by the author
# Structs
Config defines the ardrone command config.
No description provided by the author
TestCommand cross compiles the go tests of a pkg and runs them on the drone.
# Interfaces
Command defines a command of the ardrone utility.
TestCommandConfig defines the config required for the test command.