From 7f5270a9c1b61ed586010afc5c87ba11e84863d4 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 26 Feb 2016 11:49:51 -0500 Subject: [PATCH] Looks like gopm is not working with some tags --- .gopmfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gopmfile b/.gopmfile index 031183d3..9c037933 100644 --- a/.gopmfile +++ b/.gopmfile @@ -5,7 +5,7 @@ path = github.com/deluan/gosonic github.com/astaxie/beego = commit:92d0b9a github.com/dhowden/itl = commit:35d15a3 github.com/HouzuoGuo/tiedot = tag:3.2 -github.com/smartystreets/goconvey = tag:1.6.0 +github.com/smartystreets/goconvey = commit:899ed5a [res] include = conf \ No newline at end of file diff --git a/README.md b/README.md index e48fd6c7..09ba64c6 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ $ go get github.com/gpmgo/gopm $ gopm get -v -g ``` -From here it's a normal Go development cycle: +From here it's a normal [BeeGo](http://beego.me) development cycle. Some useful commands: -* Test with `go test ./.. -v` * Start local server with `bee run` -* Start test runner with `goconvey` +* Start test runner on the browser with `NOLOG=1 goconvey --port 9090` +* Test from command line with `go test ./... -v` ### Useful Links