| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-14 | Find `go` statements using Go analyzer | Teddy Wing | |
| Build a basic Go analyser that finds `go` statements. Currently testing this with: $ go run ./cmd/gocapturedrefrace ./testdata/ Using the following tutorials as a guide: * https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/ * https://scribe.rip/codex/writing-custom-linter-in-go-54ef6f8080 | |||
