<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Go on 程序猿的随笔</title>
    <link>https://devbin.cn/tags/go/</link>
    <description>Recent content in Go on 程序猿的随笔</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 31 Jul 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://devbin.cn/tags/go/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>golang提取zip中的文件</title>
      <link>https://devbin.cn/post/go%E6%8F%90%E5%8F%96zip%E6%96%87%E4%BB%B6/</link>
      <pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://devbin.cn/post/go%E6%8F%90%E5%8F%96zip%E6%96%87%E4%BB%B6/</guid>
      <description>前言 近来有个需求，需要从 zip 中提取一个文件出来，因为只用到其中的一个，其它的用不到，如果全部提取出来就有点多余了，在经过一番摸索发现还真可以。</description>
    </item>
    <item>
      <title>go实现文件上传/下载服务</title>
      <link>https://devbin.cn/post/go%E5%AE%9E%E7%8E%B0%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E5%92%8C%E4%B8%8B%E8%BD%BD/</link>
      <pubDate>Sun, 16 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://devbin.cn/post/go%E5%AE%9E%E7%8E%B0%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E5%92%8C%E4%B8%8B%E8%BD%BD/</guid>
      <description>&lt;h2 id=&#34;前言&#34;&gt;前言&lt;/h2&gt;&#xA;&lt;p&gt;在开发的过程中，难免会碰到上传/下载文件的场景。如果这个功能服务端没开发好，就没法进行测试。&lt;/p&gt;&#xA;&lt;p&gt;所以每次都要自己先实现一遍，本文使用 &lt;code&gt;go&lt;/code&gt; 写了一个简单的文件上传和下载服务。&lt;/p&gt;&#xA;&lt;p&gt;以后再碰到这种场景的时候就可以快速进行开发。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
