<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocapturedrefrace/.gitignore, branch master</title>
<subtitle>Analyser that reports captured variable references in goroutine closures</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/'/>
<entry>
<title>Find `go` statements using Go analyzer</title>
<updated>2023-05-14T19:26:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-14T19:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=6d91d473f24d6825170e494852b26ffc748fe542'/>
<id>6d91d473f24d6825170e494852b26ffc748fe542</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
