# golang_example **Repository Path**: imlaoa/golang_example ## Basic Information - **Project Name**: golang_example - **Description**: 利用Go语言自编自导练习代码 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-14 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golang_example #### 项目介绍 利用Go语言自编自导练习代码 #### 软件架构 软件架构说明 #### 安装教程 1. git clone https://gitee.com/imlaoa/golang_example.git 克隆下来代码即可 #### 使用说明 1. go run -n helloworld.go 直接运行即可 2. go build helloworld.go 3. ./helloworld #### 参与贡献 1. Fork 本项目 2. 新建 feature 分支 3. 提交代码 4. 新建 Pull Request