#!/bin/bash # # Ansible managed # export GOROOT='/opt/golang/1.22.0' export GOPATH='/opt/go' export PATH=$PATH:$GOROOT/bin:$GOPATH/bin