Update dependencies
This commit is contained in:
12
vendor/github.com/coder/websocket/make.sh
generated
vendored
Normal file
12
vendor/github.com/coder/websocket/make.sh
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
cd -- "$(dirname "$0")"
|
||||
|
||||
echo "=== fmt.sh"
|
||||
./ci/fmt.sh
|
||||
echo "=== lint.sh"
|
||||
./ci/lint.sh
|
||||
echo "=== test.sh"
|
||||
./ci/test.sh "$@"
|
||||
echo "=== bench.sh"
|
||||
./ci/bench.sh
|
||||
Reference in New Issue
Block a user