mdlayher / raw

Package raw enables reading and writing data at the device driver level for a network interface. MIT Licensed.
MIT License
425 stars 71 forks source link

go mod init #34

Closed cimnine closed 5 years ago

cimnine commented 5 years ago

Makes this lib go-modules aware.

It's literally go mod init and go mod tidy.

mdlayher commented 5 years ago

Thank you for the PR, and my apologies for not responding sooner. I did a round of applying modules to all of my packages one afternoon, so closing as this is already done.