<?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>Erlang非业余研究 &#187; go</title>
	<atom:link href="http://blog.yufeng.info/archives/tag/go/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yufeng.info</link>
	<description>Erlang系统深度探索和应用</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>gccgo合并到gcc4.5</title>
		<link>http://blog.yufeng.info/archives/206</link>
		<comments>http://blog.yufeng.info/archives/206#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:10:12 +0000</pubDate>
		<dc:creator>Yu Feng</dc:creator>
				<category><![CDATA[杂七杂八]]></category>
		<category><![CDATA[4.5]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[go]]></category>

		<guid isPermaLink="false">http://blog.yufeng.info/?p=206</guid>
		<description><![CDATA[原创文章，转载请注明： 转载自Erlang非业余研究 本文链接地址: gccgo合并到gcc4.5 From: http://lwn.net/Articles/371466/ I am pleased to announce that the GCC Steering Committee has accepted the contribution of the gccgo front-end and gcc-specific runtime for the Go language with Ian Taylor appointed maintainer. The GCC Release Managers will decide the details about the timing of the merge and inclusion in GCC 4.5 [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 15px; font-style: italic">
<p><strong>原创文章，转载请注明：</strong> 转载自<a href="http://blog.yufeng.info/">Erlang非业余研究</a></p>
<p><strong>本文链接地址:</strong> <a href="http://blog.yufeng.info/archives/206">gccgo合并到gcc4.5</a></p>
</div>
<p>From:<a href="http://lwn.net/Articles/371466/"> http://lwn.net/Articles/371466/</a></p>
<p>I am pleased to announce that the GCC Steering Committee has<br />
accepted the contribution of the gccgo front-end and gcc-specific runtime<br />
for the Go language with Ian Taylor appointed maintainer.  The GCC<br />
Release Managers will decide the details about the timing of the merge and<br />
inclusion in GCC 4.5 or later.</p>
<p>	Please join me in congratulating and thanking Ian and the Go<br />
language developers.  Please update your listing in the MAINTAINERS file.</p>
<p>Happy hacking!<br />
David
<div style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">
<p>Post Footer automatically generated by <a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl plugin</a> for wordpress.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.yufeng.info/archives/206/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go lang的emacs mode设置</title>
		<link>http://blog.yufeng.info/archives/120</link>
		<comments>http://blog.yufeng.info/archives/120#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:11:58 +0000</pubDate>
		<dc:creator>Yu Feng</dc:creator>
				<category><![CDATA[杂七杂八]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[mode]]></category>

		<guid isPermaLink="false">http://blog.yufeng.info/?p=120</guid>
		<description><![CDATA[原创文章，转载请注明： 转载自Erlang非业余研究 本文链接地址: Go lang的emacs mode设置 昨天新发布的Go还是很不错的，而且随机带了个emacs的模式　用起来很方便。 CTRL+D 搞定收工。 Post Footer automatically generated by wp-posturl plugin for wordpress.]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 15px; font-style: italic">
<p><strong>原创文章，转载请注明：</strong> 转载自<a href="http://blog.yufeng.info/">Erlang非业余研究</a></p>
<p><strong>本文链接地址:</strong> <a href="http://blog.yufeng.info/archives/120">Go lang的emacs mode设置</a></p>
</div>
<p>昨天新发布的Go还是很不错的，而且随机带了个emacs的模式　用起来很方便。</p>
<pre class="brush: bash; title: ; notranslate">
root@nd-desktop:/usr/src/golang# pwd
/usr/src/golang
root@nd-desktop:/usr/src/golang#  ls misc/emacs/
go-mode.el  go-mode-load.el

root@nd-desktop:/usr/src/golang# cp misc/emacs/*.el ~/.emacs.d

root@nd-desktop:/usr/src/golang# cat &amp;gt;&amp;gt; ~/.emacs
&lt;code&gt;(setq load-path (cons (expand-file-name &quot;~/.emacs.d/&quot;) load-path))
(require 'go-mode-load)&lt;/code&gt;
</pre>
<p>CTRL+D<br />
搞定收工。
<div style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">
<p>Post Footer automatically generated by <a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl plugin</a> for wordpress.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.yufeng.info/archives/120/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

