You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1349,6 +1349,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
1349
1349
*[gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time.
1350
1350
*[Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form.
1351
1351
*[go-checkstyle](https://github.com/qiniu/checkstyle) checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments.
1352
+
*[go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects.
1352
1353
*[go-outdated](https://github.com/firstrow/go-outdated) - Console application that displays outdated packages.
1353
1354
*[goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer.
1354
1355
*[GoCover.io](http://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service.
0 commit comments