Kunde21 / markdownfmt

Like gofmt, but for Markdown.
MIT License
55 stars 7 forks source link

Compile with Go 1.17 #70

Closed abhinav closed 1 year ago

abhinav commented 1 year ago

Go 1.17 is technically no longer supported; upstream Go will not make any fixes to it.

However, as long as supporting it isn't too difficult, it's not a bad idea to keep the library compiling and running with it.

When we need a feature from 1.18/1.19 that justifies dropping support, we should feel free to do so.

Refs #69 (Even if that option was added, we would do it only to the v3 version.)

kostix commented 1 year ago

@abhinav, thanks! Kudos for such attitude towards making things "just work" :+1: