Skip to content

Commit d358bb7

Browse files
committed
Update
1 parent 84db903 commit d358bb7

File tree

4 files changed

+2
-43
lines changed

4 files changed

+2
-43
lines changed

.gitpod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ tasks:
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

Taskfile.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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:

revive.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)