/learn-go

Learn GO language

Primary LanguageGoMIT LicenseMIT

learn-go

Learn GO language

Git Setup

git config user.name $GIT_USER_NAME
git config user.email $GIT_USER_EMAIL

git config credential.helper 'cache --timeout=3600'
git config credential.helper store