go cheat sheet golang cheatsheet:Go作弊表Golang作弊表 源码

上传:qqregister49484 浏览: 8 推荐: 0 文件:ZIP 大小:7.08KB 上传时间:2021-04-22 01:52:41 版权申诉
去备忘单 基本类型 var i int var f float64 var b bool var s string bool string int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 uintptr byte // alias for uint8 rune // alias for int32 // represents a Unicode code point float32 float64 complex64 complex128 基本转换 i := 42 f := float64(i) u := uint(f) 基本语法 你好世界 文件hello.go : package main import "fmt" func main () { fmt . Println ( "
上传资源
用户评论