Refactor out the model into a subpackage

This commit is contained in:
Jakob Borg
2014-01-06 11:11:18 +01:00
parent 1392905d63
commit c9cce9613e
13 changed files with 279 additions and 263 deletions

View File

@@ -4,6 +4,7 @@ version=$(git describe --always)
buildDir=dist
if [[ -z $1 ]] ; then
go test ./... || exit 1
go build -ldflags "-X main.Version $version" \
&& nrsc syncthing gui
else