webdevops / go-replace

Replace in file console utility written in golang (for eg. usage in docker images)
MIT License
50 stars 7 forks source link

add go mod #13

Closed ndzoesch closed 2 years ago

ndzoesch commented 2 years ago

This allows you to build the procejt with current sources. Makefile was not touched. You still need add the env vars to compile for M1: CGO_ENABLED=0 GOOS=darwin GOARCH=arm64