Re: [go-nuts] new project: pixels to svg

2017-09-01 Thread Nigel Tao
On Sat, Sep 2, 2017 at 12:50 AM, wrote: > Feel free to give me feedback on how I can improve the code or the project > setup, etc. I had a quick look. Some thoughts on style, in no particular order: 0. Run gofmt. Your code mixes tabs and spaces, amongst other issues. Gofmt will fix that. 1. Ru

[go-nuts] new project: pixels to svg

2017-09-01 Thread baggerone
Based on the feedback I received, I've started a new little go project on Github - https://github.com/Baggerone/gopixels2svg Feel free to give me feedback on how I can improve the code or the project setup, etc. To get a quick idea of how to use it, look at *TestWriteSVGToFile *in *pixels2svg_