Renamed main to hostess so the binary matches the name of the app

pull/13/head
Chris Bednarski 9 years ago
parent 5e4ff2e6ec
commit b7da93ea54

@ -1,7 +1,7 @@
package main
import (
"github.com/cbednarski/hostess"
".."
"github.com/codegangsta/cli"
"os"
)
Loading…
Cancel
Save