You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure that you have faced this problem because there was were no go.mod and no go.sum files in the reposity. Now this is fixed, and the files are present in this repo (done in ec0bbea )
But besides that now there is also a pre-complived binaries that you can just take and use. There is a GitHub Action that auto builds project and put complied versiosn to the Releases Page. The first release with them is https://github.com/bessarabov/mac2mqtt/releases/tag/1.4.0
I've also added this info to README.md file — (done in commit c002966 )
I believe there's no point in keeping this issue open right now, so I'm closing it.
Hi, I am not a Go person.
Getting the following error while running $ go run mac2mqtt.go
mac2mqtt % go run mac2mqtt.go package command-line-arguments imports gopkg.in/yaml.v2 imports gopkg.in/yaml.v2: import cycle not allowed
The text was updated successfully, but these errors were encountered: