简介
本实验旨在测试你对 Go 语言中变量的理解。在 Go 语言中,变量需要显式声明并由编译器用于检查函数调用的类型正确性。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("`Golang`")) -.-> go/BasicsGroup(["`Basics`"])
go/BasicsGroup -.-> go/variables("`Variables`")
subgraph Lab Skills
go/variables -.-> lab-15527{{"`探索Go语言中的变量声明`"}}
end