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