go语言学习2

GoLang 的函数运用 我之前学的是java,因此看起来学go语言确实有不少问题:java 绝对不要设置根本就没用的变量 不要写分号 首先要学习一下go 语言的变量定义等等 我把代码copy一下golang package main import ("fmt") type Books struct{ title string author string subject
相关文章
相关标签/搜索