magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.01k stars 250 forks source link

Respect newlines in package comments #459

Open pablojimpas opened 1 year ago

pablojimpas commented 1 year ago

Closes #358

pablojimpas commented 1 year ago

Seems like CI is failing on older versions of Go because https://pkg.go.dev/go/doc#Package.Text was introduced in Go 1.19. I don't know if there's a solution that produces the same result in earlier versions of Go.