GopherCon2021IsraelStaticAnalysisWorkshop
Static analyzer guide
A workshop guide on writing static code analyzers in Go
49 stars
3 watching
7 forks
Language: Go
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Analyzes Haskell code to identify potential errors and areas for improvement | 572 |
| A comprehensive utility package for Go programmers | 175 |
| Tool for converting Go source code AST to JSON and back to AST | 82 |
| Transpiles Golang code into Arduino-compatible code for automated testing of IoT projects | 87 |
| A static race detector for Go programs that identifies potential data races in concurrent execution | 429 |
| Tools for generating interfaces and structs in Go | 423 |
| A Go library for generating and displaying simple tables in the terminal | 532 |
| Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |
| Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| Annotates TODO comments with issue links to prevent undocumented code issues | 428 |
| Tools to easily look up documentation for items in Go source code from within the editor. | 184 |
| A collection of algorithms and data structures implemented in Go. | 806 |
| A site that teaches Go programming by extracting code and comments from source files | 7,342 |
| Advent of Code 2023 solutions in Kotlin and Go | 0 |
| A tool for compiling Arduino sketches into executable code | 458 |