Skip to content

Growing up

Compare
Choose a tag to compare
@Antonboom Antonboom released this 10 May 08:12
· 14 commits to master since this release
285f2af

What's Changed

The linter logic has been significantly rewritten, now it relies on information about types from *analysis.Pass, and not on the *ast.TypeSpec cache, which it collected on his own earlier.

This made it possible to extend the linter to all types, and not just to types from current package.

unsafe.Pointer and uintptr were also supported.


Full Changelog: v0.1.8...v0.1.9