Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Feb 3, 2015
1 parent 63fc37a commit 2dee6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liteidex/make_tools.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

set PATH=C:\go\bin;%PATH%
set GOPATH=%CD%
set GOPATH=%CD%;%GOPATH%

go install -ldflags "-s" -v github.com/visualfc/gotools
go install -ldflags "-s" -v github.com/nsf/gocode
2 changes: 1 addition & 1 deletion liteidex/make_tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

export GOPATH=$PWD
export GOPATH=$PWD:$GOPATH

go install -ldflags "-s" -v github.com/visualfc/gotools
go install -ldflags "-s" -v github.com/nsf/gocode

0 comments on commit 2dee6a4

Please sign in to comment.