main.go - boof - AWS EC2 instance tag searching in golang, no longer used.
 (HTM) git clone git://jay.scot/boof
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       main.go (64B)
       ---
            1 package main
            2 
            3 import "boof/cmd"
            4 
            5 func main() {
            6         cmd.Execute()
            7 }