# gh **Repository Path**: linz0212/gh ## Basic Information - **Project Name**: gh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##流程 - 1)码云建公共仓库gh,然后到gh目录 - 2)go mod init gitee.com/linz0212/gh 创建目录 - 2)建version.go目录 - 3)提交到码云master ##先建一个项目 - 如果是公共项目尽量gitee.com/作者/项目名 - 该项目跟目录建一个main.go,代码如下 ``` package main import "gitee.com/linz0212/lgo/hello" func main() { hello.H() } ```