mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
8 lines
No EOL
138 B
Bash
Executable file
8 lines
No EOL
138 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
|
|
# Install golint and go vet.
|
|
go get -u golang.org/x/lint/golint
|
|
go get -u golang.org/x/tools/cmd/...
|
|
|
|
go mod download |