<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; goLang</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=golang" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 07 Feb 2026 10:59:52 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Go 语言 &#8211; 实战简易文章系统</title>
		<link>http://www.lanxinbase.com/?p=2338</link>
		<comments>http://www.lanxinbase.com/?p=2338#comments</comments>
		<pubDate>Tue, 07 May 2019 02:23:15 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[文章系统]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2338</guid>
		<description><![CDATA[go语言很简单，只要有一定的编程基础都很容易使用它来编写一些程序，学完了go lang的语法，习惯写一个小程序 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2338</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门总结</title>
		<link>http://www.lanxinbase.com/?p=2303</link>
		<comments>http://www.lanxinbase.com/?p=2303#comments</comments>
		<pubDate>Tue, 30 Apr 2019 03:40:28 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2303</guid>
		<description><![CDATA[Go 语言使用非常简单，是专门针对各种语言的痛点设计的，本人看的书是《Go语言实战》非常推荐给大家，笔记的作者 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2303</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门14 &#8211; jsonrpc 最简姿势</title>
		<link>http://www.lanxinbase.com/?p=2301</link>
		<comments>http://www.lanxinbase.com/?p=2301#comments</comments>
		<pubDate>Tue, 30 Apr 2019 03:36:15 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2301</guid>
		<description><![CDATA[服务定义 package rpcdemo import "errors" // 服务 type DemoSer [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2301</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门13 &#8211; 实战项目之并发版爬虫</title>
		<link>http://www.lanxinbase.com/?p=2295</link>
		<comments>http://www.lanxinbase.com/?p=2295#comments</comments>
		<pubDate>Tue, 30 Apr 2019 03:34:09 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[并发]]></category>
		<category><![CDATA[爬虫]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2295</guid>
		<description><![CDATA[单任务版的爬虫很慢，因为只有一个 main Goroutine 在执行，最慢的地方就是爬取（fetch）和解析 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2295</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门12 &#8211; 实战项目之单任务版爬虫</title>
		<link>http://www.lanxinbase.com/?p=2289</link>
		<comments>http://www.lanxinbase.com/?p=2289#comments</comments>
		<pubDate>Tue, 30 Apr 2019 03:19:21 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[爬虫]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2289</guid>
		<description><![CDATA[单人版爬虫：一个 Goroutine 运行整个爬虫项目 并发版爬虫：多个 Goroutine 在一台机器上实现 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2289</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门11 &#8211; 并发之协程池</title>
		<link>http://www.lanxinbase.com/?p=2283</link>
		<comments>http://www.lanxinbase.com/?p=2283#comments</comments>
		<pubDate>Tue, 30 Apr 2019 02:45:08 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[WaitGroup]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[并发]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2283</guid>
		<description><![CDATA[提供一个 go routine 池，每个 go routine 循环阻塞等待从任务池中执行任务；外界使用者不断 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门10 &#8211; 并发之资源池</title>
		<link>http://www.lanxinbase.com/?p=2280</link>
		<comments>http://www.lanxinbase.com/?p=2280#comments</comments>
		<pubDate>Tue, 30 Apr 2019 02:42:10 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[Pool]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[并发]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2280</guid>
		<description><![CDATA[提供一个资源池，类似于数据库连接池的功能；资源池在 go 1.11.1 中有官方实现：sync/pool.go [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门9 &#8211; Channel（通道）</title>
		<link>http://www.lanxinbase.com/?p=2277</link>
		<comments>http://www.lanxinbase.com/?p=2277#comments</comments>
		<pubDate>Tue, 30 Apr 2019 02:37:44 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[并发]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2277</guid>
		<description><![CDATA[当一个资源需要在 goroutine 之间共享时，通道在 goroutine 之间架起了一个管道，并提供了确保 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2277</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门8 &#8211; 多线程</title>
		<link>http://www.lanxinbase.com/?p=2271</link>
		<comments>http://www.lanxinbase.com/?p=2271#comments</comments>
		<pubDate>Tue, 30 Apr 2019 02:32:22 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[go routine]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[并发]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2271</guid>
		<description><![CDATA[Go routine 基于协程 Coroutine，原理总结： 如果创建一个 goroutine 并准备运行， [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2271</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go 语言入门7 &#8211; 资源管理与错误处理</title>
		<link>http://www.lanxinbase.com/?p=2266</link>
		<comments>http://www.lanxinbase.com/?p=2266#comments</comments>
		<pubDate>Tue, 30 Apr 2019 02:27:54 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[httpServer]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2266</guid>
		<description><![CDATA[一、资源管理 Java 有 try-finally，可以在 finally 中进行资源的关闭；Go 可以使用  [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2266</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
