mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
rename QA to Code Analysis
This commit is contained in:
parent
8e8f4c9b8e
commit
db6457df53
@ -24,6 +24,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
- [Game Development](#game-development)
|
- [Game Development](#game-development)
|
||||||
- [DevOps Tools](#devops-tools)
|
- [DevOps Tools](#devops-tools)
|
||||||
- [Utilities](#utilities)
|
- [Utilities](#utilities)
|
||||||
|
- [Code Analysis and Linter](#code-analysis-and-linter)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [(e)Books](#ebooks)
|
- [(e)Books](#ebooks)
|
||||||
@ -272,9 +273,10 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
* [glog](https://github.com/golang/glog) - Leveled execution logs for Go.
|
* [glog](https://github.com/golang/glog) - Leveled execution logs for Go.
|
||||||
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
|
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
|
||||||
|
|
||||||
## QA tools
|
|
||||||
|
|
||||||
*Software and libraries for QA.*
|
## Code Analysis and Linter
|
||||||
|
|
||||||
|
*Libraries and tools for analysing, parsing and manipulation codebases.*
|
||||||
|
|
||||||
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user