File tree Expand file tree Collapse file tree 4 files changed +2
-43
lines changed
Expand file tree Collapse file tree 4 files changed +2
-43
lines changed Original file line number Diff line number Diff line change 77 go install github.com/go-task/task/v3/cmd/task@latest &&
88 go install honnef.co/go/tools/cmd/staticcheck@latest &&
99 go install golang.org/x/tools/cmd/goimports@latest &&
10- go install github.com/mgechev/revive@latest &&
1110 go install github.com/go-delve/delve/cmd/dlv@latest &&
12- go install go.uber.org/nilaway/cmd/nilaway@latest &&
13- go install golang.org/x/tools/cmd/deadcode@latest &&
1411 task build
1512 command :
1613 go version
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ $ task test
6868 - 3rd party ライブラリのサンプルはこちらで管理しています。
6969- [ try-golang-db] ( https://github.com/devlights/try-golang-db )
7070 - データベースのサンプルはこちらで管理しています。
71+ - [ try-golang-cgo] ( https://github.com/devlights/try-golang-cgo )
72+ - CGOのサンプルはこちらで管理しています。
7173- [ go-crosscompile-example] ( https://github.com/devlights/go-crosscompile-example )
7274 - Goでクロスコンパイルを行うサンプルです。
7375- [ go-grpc-uds-example] ( https://github.com/devlights/go-grpc-uds-example )
Original file line number Diff line number Diff line change @@ -35,16 +35,6 @@ tasks:
3535 cmds :
3636 - go vet ./...
3737 - staticcheck ./...
38- - deadcode .
39- lint :
40- desc : use revive as linter
41- cmds :
42- - revive -config ./revive.toml -formatter stylish ./...
43- analyze :
44- desc : use nilaway
45- cmds :
46- - nilaway ./...
47- ignore_error : true
4838 fmt :
4939 desc : go fmt
5040 cmds :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments