package main import "github.com/mccutchen/go-httpbin/cmd/maincmd" func main() { maincmd.Main() }