asaskevich / EventBus

[Go] Lightweight eventbus with async compatibility for Go
MIT License
1.74k stars 220 forks source link

Add go.mod file for use with go modules #50

Closed asmaloney closed 7 months ago

asmaloney commented 3 years ago

For those of us using go modules, it would be nice to support it. Pretty straightforward here since this is only one package.

BTW, the go version number doesn't mean that that version is required. Here's Ian's explanation about the version number.

The repo will also need a version tagged so those using modules can point at it.

Thanks Alex!