# gobook **Repository Path**: wolfpair/gobook ## Basic Information - **Project Name**: gobook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gobook https://github.com/jspdba/gobook.git ## create a new repository on the command line echo "# gobook" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/jspdba/gobook.git git push -u origin master ## or push an existing repository from the command line git remote add origin https://github.com/jspdba/gobook.git git push -u origin master ##GOPATH D:\zhongliang\go #[mysql] 2017/05/19 19:49:16 packets.go:130: write tcp 127.0.0.1:37664->127.0.0.1:3306: write: broken pipe http://blog.csdn.net/u010599018/article/details/54584494