update go test case
This commit is contained in:
parent
6c5288b2eb
commit
94beba1125
|
@ -16,6 +16,7 @@ script_dir="$(dirname $(readlink -f $0))"
|
||||||
cd $script_dir
|
cd $script_dir
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
go mod init demotest
|
go mod init demotest
|
||||||
|
go mod tidy
|
||||||
go build
|
go build
|
||||||
sleep 1s
|
sleep 1s
|
||||||
./demotest -h $1 -p $2
|
./demotest -h $1 -p $2
|
||||||
|
|
Loading…
Reference in New Issue