|
|
|
|
|
by 0xbadcafebee
464 days ago
|
|
I think we can all agree that any Go program that just executes some other program, is way better than a shell script! I mean, what if you needed to change the way it worked? With bash you'd have to open a text editor, change a line, and save the file! And on top of that you need to understand shell scripting! With Go, you can set up your development environment, edit the source code, run the compiler, download the external dependencies, generate a new binary, and copy it to your server. And all this requires is learning the Go language and its development model. This is clearly more advanced, and thus better. |
|