crewjam / rfc5424

a Go library that can read and write RFC-5424 syslog messages
BSD 2-Clause "Simplified" License
18 stars 14 forks source link

go.mod: fix module path #7

Closed danp closed 4 years ago

danp commented 4 years ago

6 added a go.mod file but the module path was github.com/rfc5424 instead of github.com/crewjam/rfc5424. This can lead to confusion/errors when trying to use this module.

If this is merged, it would be nice to tag an initial v0 version, such as v0.1.0, so users can easily pick it up. More info can be found in this blog post.