<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Go Mod on </title>
    <link>http://blog.chuckchan.top/tags/go-mod/</link>
    <description>Recent content in Go Mod on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <copyright>© 2026 Chuck Chan</copyright>
    <lastBuildDate>Thu, 21 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://blog.chuckchan.top/tags/go-mod/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>gmview设计</title>
      <link>http://blog.chuckchan.top/posts/golang/gmview%E8%AE%BE%E8%AE%A1/</link>
      <pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate>
      
      <guid>http://blog.chuckchan.top/posts/golang/gmview%E8%AE%BE%E8%AE%A1/</guid>
      <description>&lt;h1 class=&#34;relative group&#34;&gt;背景&#xA;    &lt;div id=&#34;背景&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#%e8%83%8c%e6%99%af&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h1&gt;&#xA;&lt;p&gt;profobuf公共大仓与本地引用的protobuf官方库依赖的底层的grpc库会产生冲突，因为不同版本的grpc库的函数签名不同，新版本的不兼容历史版本（相信不少人都遇过底层依赖etcd函数报错的问题，真是苦天下久诶），所以萌生了一个go mod依赖可视化的想法。其实早在2024年就已经实现了一版，但苦于工作繁忙没有继续完善，现在有时间了利用AI重新完善一版。&lt;/p&gt;&#xA;&#xA;&lt;h1 class=&#34;relative group&#34;&gt;设计&#xA;    &lt;div id=&#34;设计&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#%e8%ae%be%e8%ae%a1&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h1&gt;&#xA;&lt;p&gt;gmview意为 go mod view，即go引用库的可视化视图，其核心步骤就两个：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;获取当前go引用库的依赖关系&lt;/li&gt;&#xA;&lt;li&gt;在页面中展示这个依赖关系&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
      
    </item>
    
  </channel>
</rss>
