This website works better with JavaScript.
Explore
Help
Register
Sign In
liangqi
/
RedisShake
Watch
1
Star
0
Fork
You've already forked RedisShake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
redis-shake工具
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
644
Commits
1
Branch
0
Tags
25 MiB
Tag:
Branch:
Tree:
7da513e407
v4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7da513e407'
${ noResults }
RedisShake
/
test.sh
7 lines
76 B
Raw
Normal View
History
Unescape
Escape
fix: fixed some testcases issues. (#388)
3 years ago
#!/bin/bash
cd
src
PKGS
=
$(
go list ./...
|
grep -v /vendor/
)
go
test
$PKGS