Y
Hacker News
new
|
ask
|
show
|
jobs
by
cwojno
2384 days ago
You don't use makefiles in go! You just take your code, copy go.mod and go.sum into a Docker image, then RUN mod download, then re-copy the rest of the code and run bui...
Shit... Docker is a makefile...