1 Star 0 Fork 0

EastM/golang-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo08.go 217 Bytes
一键复制 编辑 原始数据 按行查看 历史
EastM 提交于 2022-10-29 09:48 . feat: 第一次提交
package main
/**
常量
func main() {
const URL = "www.baidu.com" // 隐式声明
const URL1 string = "www.abc.com" //显示声明
const a, b, c = 100, "hello", false
fmt.Println(a, b, c, URL, URL1)
}
**/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/EastM/golang-study.git
git@gitee.com:EastM/golang-study.git
EastM
golang-study
golang-study
master

搜索帮助