# igo **Repository Path**: iceinto/igo ## Basic Information - **Project Name**: igo - **Description**: Golang 开发辅助工具加速基础环境搭建 - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # igo Golang 开发辅助工具加速基础环境搭建 [![Build Status](https://travis-ci.org/iceopen/igo.svg?branch=master)](https://travis-ci.org/iceopen/igo) [![Go Report Card](https://goreportcard.com/badge/github.com/iceopen/igo)](https://goreportcard.com/report/github.com/iceopen/igo) [![codecov](https://codecov.io/gh/iceopen/igo/branch/master/graph/badge.svg)](https://codecov.io/gh/iceopen/igo) ## 安装方式 > go get github.com/iceopen/igo ## 使用说明 ```golang igo Go 开发环境辅助工具! Usage: igo [command] Available Commands: beego beego 初始化 echo echo 初始化 goimports goimports 初始化 golang golang 初始化 gops gops 初始化 help Help about any command init 初始化 golang 开发环境基础依赖 ip ip 获取当前网卡信息 update igo 升级 version Print the version Flags: -h, --help help for igo Use "igo [command] --help" for more information about a command. ``` ## 注意事项说明 goimports 使用前需要执行 golang 命令