# Go **Repository Path**: nott/Go ## Basic Information - **Project Name**: Go - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-02 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go
echo "# HelloWord" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/HmJJ/Warwick.git
git push -u origin master