初識Go

命令行 go run go build 基礎結構 //程序所屬包 package main //導入依賴包 import "fmt" //常量定義 const NAME string = "孟祺" //全局變量的聲明和賦值 var age int = 21 //通常類型聲明 type Imooc int //聲明結構體 type Learn struct { } //聲明接口 type gol
相關文章
相關標籤/搜索