andrewreds

Results 4 comments of andrewreds

@mithro Was this issue prematurely closed? The commit closing it was titled: "Use variable args properly.", and I had a poke around, but could not see the code implementing the...

I'm thinking of picking up this issue. Plan being: - [ ] Add circles & squares to the bars image (for aspect ratio checking) - [ ] Add horizontal lines...

There is a go package called goimports (https://godoc.org/code.google.com/p/go.tools/cmd/goimports) that does what you are wanting. It basically replaces the normal gofmt command, with one that does import magic. To use in...

A different approach. What do people think? Stateful Macros --------------------- (I need better names, syntax etc. But the idea should be there) Have a "stateful macro", which is a compile...