go-examples

时间:2024-04-07 14:48:00
【文件属性】:

文件名称:go-examples

文件大小:4KB

文件格式:ZIP

更新时间:2024-04-07 14:48:00

Go

去例子 一个地方存储从pariticipating在学习围棋的例子课程。 :laptop: 去提示 Go是一种编译语言 垃圾收集在后台启用 :litter_in_bin_sign: 评论: // Single line comment /* Block comment 1 Block comment 2 */ 变量分配: // camelCase for variables var floatOne float = 1.23 floatTwo := float(2.34) 去帮手 go fmt file.go可用于对Go文件应用语法校正以进行整理


【文件预览】:
go-examples-main
----variables()
--------pointers()
--------scope()
----.gitignore(31B)
----go.mod(47B)
----statements()
--------if-else()
----README.md(632B)
----hello-world()
--------hello.go(74B)
----general()
--------printing()

网友评论