Azure DevOps from Go
I’m a firm believer that golang is an ideal match as a DevOps scripting language. So here are some notes on using golang as part of a DevOps pipeline within Azure.
Why Go
- No dependencies
Eachgolangexecutable and run nativly on the designated platform without the necessity to install a runtime (.Net, Python interpreter, Powershell modules etc)
$...
Links
- [[Using Go as a Scripting language]]