Kayden Althen
* Release Stabilization
* Release Packaging
* Mainline Queue Manager
* Mainline MTS PR triggering
* Bamboo Administration
* GitHub Administration
* Nightly Test Runs / Pager Duty
* Magento Regression Environments
#comops
- configuration vs code
- getting started
- show me the code
* statically-typed
* fast compiled
* native concurrency
* object-oriented
* produces binary executables
* performance close to C
Every language contains novel features and omits someone's favorite feature. Go was designed with an eye on felicity of programming, speed of compilation, orthogonality of concepts, and the need to support features such as concurrency and garbage collection. Your favorite feature may be missing because it doesn't fit, because it affects compilation speed or clarity of design, or because it would make the fundamental system model too difficult.
- Go designer, go faqs
- configuration vs code
- getting started
- show me the code