Dylan Allbee

Results 3 issues of Dylan Allbee

It seems like avo could do a lot more to support the CALL instruction, including helpers and documentation. I'll give a simplified example of a function I had hoped avo...

proposal

This is a pretty minor thing, but it confused me enough to make me want to fix it, unless its a harder problem than I'm realizing. Empty structs are decoded...

Go 1.9 adds type aliases in the form of: ``` type a = b ``` This will cause goreturns to break: `application.go:25:14: expected type, found '='`