Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 16, 2012 14:17
Show Gist options
  • Save fsouza/3370406 to your computer and use it in GitHub Desktop.
Save fsouza/3370406 to your computer and use it in GitHub Desktop.
package main
import (
"github.com/timeredbull/keystoneclient"
)
type MyEc2 keystone.Client
func main() {
println("oi")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment