<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>golang on 尐屾</title>
    <link>https://synclue.com/tags/golang/</link>
    <description>Recent content in golang on 尐屾</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 22 Feb 2016 21:04:55 +0800</lastBuildDate><atom:link href="https://synclue.com/tags/golang/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>install go tools (Golang 1.6)</title>
      <link>https://synclue.com/posts/install_go_tools/</link>
      <pubDate>Mon, 22 Feb 2016 21:04:55 +0800</pubDate>
      
      <guid>https://synclue.com/posts/install_go_tools/</guid>
      <description>免翻墙安装Go tools (Golang 1.6) branch=&amp;quot;release-branch.go1.6&amp;quot;
mkdir -p $GOPATH/src/golang.org/x
git clone -b $branch https://github.com/golang/tools.git $GOPATH/src/golang.org/x/tools
git clone https://github.com/golang/net.git $GOPATH/src/golang.org/x/net
cd $GOPATH
go install golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/vet
go install golang.org/x/tools/cmd/oracle
go install golang.org/x/tools/cmd/godoc
参考内容crazygit@github</description>
    </item>
    
  </channel>
</rss>
