--------------------------0aa845c205f28859 Content-Disposition: form-data; name="file"; filename="SKILL.md" Content-Type: application/octet-stream --- name: go-install version: 1.0.0 description: Install Go compiler on Linux for Go project compilation and testing --- Go Compiler Installation Install Go compiler on Linux for Go project development, compilation, and testing. Use Cases - Go project development - Running unit tests - Compiling Go programs Installation Steps 1. Check System Architecture 2. Download and Install amd64 (x86 64): arm64 (aarch64): 3. Configure Environment Variables 4.…