Skip to content

Tags: mmcloughlin/avo

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
all: enable use-any revive rule (#417)

Enable the `use-any` `revive` rule which requires replacing the empty
interface `interface{}` with `any`.

v0.5.0

Toggle v0.5.0's commit message
release 0.5.0

v0.4.0

Toggle v0.4.0's commit message
release 0.4.0

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tests: test functions with random signatures (#216)

Adds a test for function signature memory layout by generating functions with
random signatures. This confirms that the size and offsets computed by
`gotypes` agree with `asmdecl`.

Updates #191 #195

v0.3.0

Toggle v0.3.0's commit message
release 0.3.0

v0.2.0

Toggle v0.2.0's commit message
release 0.2.0

v0.1.0

Toggle v0.1.0's commit message
initial tagged release