Skip to content

tobecoder2015/go1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这个是学习go语言的笔记

参考 第一章 基本知识

  1. 语法
  2. 流程
  •   for
  •   while
  • switch
  1. 函数
func myfunc(arg ...int) {
	for _,n:=range arg{
		fmt.Println(n)
	}
}
  1. 接口
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

风之影

About

go 基本知识

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published