Moved contents of lib back to the root

pull/13/head
Chris Bednarski 9 years ago
parent 31fcc2ebb1
commit c3b108ea9e

@ -8,8 +8,8 @@ build: deps
go build
test: build
@cd lib && go test -coverprofile=../coverage.out
@cd lib && go tool cover -html=../coverage.out -o ../coverage.html
@go test -coverprofile=../coverage.out
@go tool cover -html=../coverage.out -o ../coverage.html
gox:
go get github.com/mitchellh/gox

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

Loading…
Cancel
Save