# go_env **Repository Path**: xiaokang01/go_env ## Basic Information - **Project Name**: go_env - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-15 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go_env 目的: 用于go语言的学习,并且有一个独立的环境,可启可关,不影响电脑 环境: 需要安装好docker环境 如何运行: `make build` `docker run -t -i registry.cn-hangzhou.aliyuncs.com/xiaokang/go_env:0.1.0 /bin/bash` `go version` 进阶教程 挂载code: `make build` `docker run -t -i -v /Users/xiaokang/www/golang/go_env:/code registry.cn-hangzhou.aliyuncs.com/xiaokang/go_env:0.1.0 /bin/bash` `go run hello.go`