akavel / ditaa

Go port/fork of ditaa. ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU General Public License v2.0
54 stars 5 forks source link

Cleanup #6

Closed splitbrain closed 8 years ago

splitbrain commented 8 years ago

This replaces #4 and only fixes the outdated imports and runs go fmt on two files with DOS line endings.

The cross compile is in #5 and the local imports commit has been left out.

akavel commented 8 years ago

Thanks!