Gotchas of Golang CGO and How to Avoid [20210314221035]



Gotchas of Golang CGO and How to Avoid [20210314221035]

Gotchas of Golang CGO and How to Avoid [20210314221035]

Add CGO_ENABLED=0 to your environment variables. You will be glad you did. It forces your Go development sessions to not ever allow CGO without you expressly activating it. Be aware, however, that files that have any CGO dependency will suddenly simply appear to not be recognized by Go at all. — Watch live at https://www.twitch.tv/rwxrob