<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://www.ishiguang.cn/feed/rss/11880.html">
<title>拾光 - go关键字，变量，类型，规范 的评论</title>
<link>https://www.ishiguang.cn/11880.html</link>
<description>1.在java语言中，代码一行书写需要加上分号，但是在go语言中写同一个语句不需要分号。 2.java中申明变量为int a，即变量的类型在变量前面，而在go语言中，变量的类型在变量的后面，即 ...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>