mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
go get github.com/alecthomas/gometalinter
|
|
gometalinter --install --update
|