mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go get github.com/tools/godep
|
|
|
|
go get github.com/alecthomas/gometalinter
|
|
gometalinter --install --update
|