shoenig / go-modtool

An opinionated tool for formatting and merging Go's go.mod and go.sum files.
Mozilla Public License 2.0
1 stars 0 forks source link

refactor: use Go template instead of manual Sprintf #4

Open shoenig opened 1 year ago

shoenig commented 1 year ago

Realized a Go template could do nicely instead of the manual print-formatting we use now