We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3272e3a commit c1a9d09Copy full SHA for c1a9d09
README.md
@@ -21,7 +21,6 @@ Build Instructions
21
22
### Testing ###
23
24
- $ export GOPATH=$(pwd)
25
$ go test github.com/tetsuok/go-pegasos/pegasos
26
27
If you want to run testing including benchmarks, use `check.sh`
check.sh
@@ -4,7 +4,6 @@
4
# license that can be found in the LICENSE file.
5
6
set -x
7
-export GOPATH=$(pwd)
8
9
# Just testing.
10
# go test -test.v -test.parallel 4 github.com/tetsuok/go-pegasos/pegasos
0 commit comments