ajstarks / svgo

Go Language Library for SVG generation
Other
2.14k stars 169 forks source link

Please add module support! #54

Open SleepyBrett opened 3 years ago

SleepyBrett commented 3 years ago

It looks like someone has already done most (all?) of the work https://github.com/ajstarks/svgo/pull/50

ajstarks commented 3 years ago

Odd. The specified method (cd to dir, go build), does not work for me.

SleepyBrett commented 3 years ago

https://blog.golang.org/migrating-to-go-modules

That's the method i've used in the past, go build is not part of it (aside from testing).