<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Go - 标签 - YuanCoder</title>
        <link>http://yuancoder.com/tags/go/</link>
        <description>Go - 标签 - YuanCoder</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>yuan@yuancoder.com (Yuan)</managingEditor>
            <webMaster>yuan@yuancoder.com (Yuan)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 22 Oct 2024 16:33:18 &#43;0800</lastBuildDate><atom:link href="http://yuancoder.com/tags/go/" rel="self" type="application/rss+xml" /><item>
    <title>SSE 服务端推送技术</title>
    <link>http://yuancoder.com/sse/</link>
    <pubDate>Tue, 22 Oct 2024 16:33:18 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/sse/</guid>
    <description><![CDATA[目前基于 AI 对话相关的接口都使用了 SSE 的技术。 让我们看看SSE是什么，以及怎么实现。 SSE(Server-Sent Events) 是一种用于实现服务器主动向客户端推送数据的技术。 实现原理]]></description>
</item>
<item>
    <title>Go 1.23 的 range over func 自定义迭代器</title>
    <link>http://yuancoder.com/go-1-23-range-over-func/</link>
    <pubDate>Wed, 14 Aug 2024 14:27:22 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/go-1-23-range-over-func/</guid>
    <description><![CDATA[Go 1.23 增加了一个语法特性, 就是 &ldquo;range over func 试验特性&rdquo;, 这个特性在 Go 1.22 中就已经存在，只是在这个版本转正了。 “range over func”，就是在]]></description>
</item>
<item>
    <title>Golang 的泛型能干什么</title>
    <link>http://yuancoder.com/go-generics-mr/</link>
    <pubDate>Sun, 03 Sep 2023 10:03:44 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/go-generics-mr/</guid>
    <description><![CDATA[Golang在1.18版本支持了泛型, 在工作中还没有真正用过， 这几天研究了一下，脑子里最先想到的使用场景就是集合类型的处理。 常用的集合处理函]]></description>
</item>
<item>
    <title>Go 中容易出错的知识点总结</title>
    <link>http://yuancoder.com/go-mistake/</link>
    <pubDate>Sun, 05 Mar 2023 19:44:54 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/go-mistake/</guid>
    <description><![CDATA[Go 学习起来虽然比较简单，但是如果对 Go 底层的知识不了解，很容易踩坑。 总结了一下容易踩坑的地方: slice slice 切片本质上就是一个结构体，切片的操作实际都是]]></description>
</item>
<item>
    <title>设计一个日志库-Ylog</title>
    <link>http://yuancoder.com/ylog/</link>
    <pubDate>Mon, 05 Dec 2022 16:38:38 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/ylog/</guid>
    <description><![CDATA[起因 日志库是最基础和最重要的库，go 官方的日志库功能太简陋，项目中经常使用的功能：日志级别，json 格式，按日期旋转文件等都不支持。 而使用最]]></description>
</item>
<item>
    <title>PHP MYSQL 连接池解决方案 - umyproxy</title>
    <link>http://yuancoder.com/umyproxy/</link>
    <pubDate>Sat, 03 Dec 2022 18:24:33 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/umyproxy/</guid>
    <description><![CDATA[传统的 PHP 项目在高并发场景下有一个痛点：没有 mysql 连接池。 为什么连接池这么重要 我们看看在没有连接池的情况下会发生什么事情: 大量的短连接会占用端口，]]></description>
</item>
</channel>
</rss>
