diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-09-15 18:07:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-09-15 18:07:18 (GMT) |
commit | 06ed087d55a9814bf908f8b455b465d3a7d41710 (patch) | |
tree | d7493e6ca5fcd74ac230e653226ea66f6cde8a42 /Makefile | |
parent | 104245c0bb7acb926633ecca0985fbaf1917ba85 (diff) |
got rid of martini
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ GOCMD := go getlibs: export GOPATH=$(curdir) getlibs: - $(GOCMD) get "github.com/go-martini/martini" +# $(GOCMD) get "github.com/gorilla/websocket" vet: export GOPATH=$(curdir) vet: |