mirror of
https://github.com/gojp/goreportcard.git
synced 2026-02-05 12:39:17 +08:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go get github.com/alecthomas/gometalinter
|
|
gometalinter --install --update
|
|
go get github.com/client9/misspell/cmd/misspell
|