platform

Building Universal Builds …

Updated: 2024-03-07 What is a Universal Mac Build? A Universal Mac build refers to a software package or executable that is designed to run on both Intel-based Macs and Apple Silicon (ARM-based) Macs. This concept was introduced by Apple as they transitioned from Intel processors to their …

Building Golang versions …

Why would anyone build Golang from source? Golang does provide the Downloads Page, which contains the required installations and pre-compiled binaries on most of the prominent platforms. It’s convenient, it’s quick, and it gets you started with Go programming in no time. However, there …