unrolled / render

Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
MIT License
1.94k stars 146 forks source link

chore: migrate to go module. #77

Closed ldez closed 5 years ago

ldez commented 5 years ago

I propose you to migrate to go module.

With go 1.13 the go modules will be the default.

ldez commented 5 years ago

You will also need to add a tag, otherwise go will only see the v1.0.0 that does not contain the module definition.

unrolled commented 5 years ago

Thanks for the tip! I added a new tag (v1.0.1)... and now i'll be reading up on go modules so I understand this all better!