rog-golang-buddies / golang-template-repository

Kickstarter repository for a golang service
Apache License 2.0
17 stars 7 forks source link

Makefile does not work in Windows #50

Closed jmaister closed 2 years ago

jmaister commented 2 years ago

The Makefile contains a call to the "sed" command and it is not available on Windows.

https://github.com/rog-golang-buddies/golang-template-repository/blob/d9937d1ec28ae18d24cf3b0f717c4b992610d411/Makefile#L8

Could this be done in a different way?

vancanhuit commented 2 years ago

@jmaister Did you try to run it in Git Bash?

pallasite99 commented 2 years ago

@jmaister Could you elaborate on what you mean by 'not available on Windows'?

https://github.com/mbuilov/sed-windows

jmaister commented 2 years ago

@vancanhuit Yes, it works on Windows using Git Bash