<?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/11881.html">
<title>拾光 - go入门简介 的评论</title>
<link>https://www.ishiguang.cn/11881.html</link>
<description>一.go语言特性： 1.清晰简洁 go语言非常简洁，一行代码往往可以做很多事情。 2.并行 go让函数很容易成为轻量级的线程，而这些线程的通讯由channel完成 3.快速 编译与执行的速度都很...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>