/dev

Scripts for day-to-day developer work

Primary LanguageGo

dev

Syncing the Drivers Directory:

Use rsync:

rsync -avz mongo-go-driver Administrator@ec2-54-81-161-56.compute-1.amazonaws.com:/cygdrive/c/data/

rhel:

rsync -avc mongo-go-driver ec2-user@ec2-3-101-57-57.us-west-1.compute.amazonaws.com:/home/ec2-user/

Switch Go Version

GO_VERSION="go1.22.7"

export PATH="$PATH:$HOME/go/bin"
export GOROOT="$HOME/go/bin/$GO_VERSION"

Resources