From b7da93ea543b4b4965853207b1c4402ea6287bf0 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Sat, 14 Feb 2015 13:52:32 -0800 Subject: [PATCH] Renamed main to hostess so the binary matches the name of the app --- cmd/{main.go => hostess.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cmd/{main.go => hostess.go} (98%) diff --git a/cmd/main.go b/cmd/hostess.go similarity index 98% rename from cmd/main.go rename to cmd/hostess.go index ec5104c..7fd3dc1 100644 --- a/cmd/main.go +++ b/cmd/hostess.go @@ -1,7 +1,7 @@ package main import ( - "github.com/cbednarski/hostess" + ".." "github.com/codegangsta/cli" "os" )