ulikunitz / xz

Pure golang package for reading and writing xz-compressed files
Other
485 stars 45 forks source link

Add a go.mod file to support Go modules. #25

Closed creachadair closed 5 years ago

creachadair commented 5 years ago

In order to work well with Go modules a package should have a go.mod file and semantic version tags on release versions. This repo already has release tags, but hitherto no go.mod file.

This commit contains no functional changes, but after merging it will need a new patch or minor version bump to touch a commit containing it.

ulikunitz commented 5 years ago

I have merged your proposal and released v0.5.6.

creachadair commented 5 years ago

Thanks very much for the very quick response!