go

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2020 License: MIT Imports: 2 Imported by: 0

README

GoLang语言学习

imooc文件夹主要学习目录
一个Go工程中主要包含以下三个目录:
src:源代码文件
pkg:包文件
bin:相关bin文件
测试文件
cd /src/example/
go test  
go test -run=TestAdd
运行单个go文件
go run 文件名.go 

git
 git status
 git add .
 git commit -m "更新文件"
 git status
 git push -u origin master

123456 123

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL