reorg: move source files to top level of repo to simplify `go install` usage.

pull/2/head
Liam Staskawicz 2012-12-17 08:12:20 -08:00
parent 047beda98d
commit c28116e175
7 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.DS_Store
cmd/goose
goose

View File

@ -6,9 +6,8 @@ You can manage your database's evolution by creating incremental SQL or Go scrip
# Install
$ go get bitbucket.org/liamstask/goose
$ go build -o bin/goose bitbucket.org/liamstask/goose/cmd
$ go install bitbucket.org/liamstask/goose
# Usage
goose expects you to maintain a folder (typically called "db"), which contains the following: