<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《小厂内部私有Go module拉取方案》的评论</title>
	<atom:link href="http://tonybai.com/2021/09/03/the-approach-to-go-get-private-go-module-in-house/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2021/09/03/the-approach-to-go-get-private-go-module-in-house/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2021/09/03/the-approach-to-go-get-private-go-module-in-house/#comment-7745</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 23 Apr 2024 11:13:17 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3277#comment-7745</guid>
		<description>嗯，私有go module拉取方案有多种，这个要看“场情”:)。我们这里就不允许架设git认证代理。</description>
		<content:encoded><![CDATA[<p>嗯，私有go module拉取方案有多种，这个要看“场情”:)。我们这里就不允许架设git认证代理。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：MiNG</title>
		<link>https://tonybai.com/2021/09/03/the-approach-to-go-get-private-go-module-in-house/#comment-7744</link>
		<dc:creator>MiNG</dc:creator>
		<pubDate>Mon, 22 Apr 2024 06:33:09 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3277#comment-7744</guid>
		<description>我们的做法是架设一个 git 认证代理，对内网开放 go get 协议的拉取，顺便可以实现路径映射。
用 nexus 代理公网的 proxy 和 sumdb。
没那么复杂，一天工作量就搞定的事。</description>
		<content:encoded><![CDATA[<p>我们的做法是架设一个 git 认证代理，对内网开放 go get 协议的拉取，顺便可以实现路径映射。<br />
用 nexus 代理公网的 proxy 和 sumdb。<br />
没那么复杂，一天工作量就搞定的事。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
