This website requires JavaScript.
Explore
Help
Register
Sign In
coopgo-platform
/
gorush
Watch
7
Star
0
Fork
You've already forked gorush
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
1ef90c8461
gorush
/
vendor
/
github.com
/
dgraph-io
/
badger
/
test.sh
6 lines
84 B
Bash
Executable File
Raw
Blame
History
l
=
$(
go list ./...
)
for
x in
$l
;
do
echo
"
Testing package
$x
"
go
test
-v
$x
done
Reference in New Issue
View Git Blame
Copy Permalink