V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
The Go Programming Language
http://golang.org/
Go Playground
Go Projects
Revel Web Framework
52coder
V2EX  ›  Go 编程语言

看完 https://tour.go-zh.org/教程,求推荐短小精悍 go 源码学习

  •  
  •   52coder · 2022-06-04 10:37:20 +08:00 · 3525 次点击
    这是一个创建于 693 天前的主题,其中的信息可能已经有所发展或是发生改变。

    看完 https://tour.go-zh.org/教程,求推荐短小精悍 go 开源代码学习 老弟昨天加今天看完了 tour.go-zh.org 的教程,想首先学习短小精悍 go 开源代码(大四学生 计划 4-5 天看完那种),或者大厂工作用到了哪些 go 开源库,求大家列举下,方便后续深入学习。

    15 条回复    2022-06-05 11:18:00 +08:00
    debuginn
        1
    debuginn  
       2022-06-04 10:41:30 +08:00
    debuginn
        2
    debuginn  
       2022-06-04 10:42:43 +08:00
    debuginn
        3
    debuginn  
       2022-06-04 10:43:22 +08:00
    go 夜读 的 readmap 也是可以了
    debuginn
        4
    debuginn  
       2022-06-04 10:44:25 +08:00
    最后自荐自己的文章 https://www.debuginn.cn/tag/go
    52coder
        5
    52coder  
    OP
       2022-06-04 10:44:37 +08:00
    @debuginn 多谢,这个网址好像被 X 了,开全局才能访问,github 上找到了一些中文翻译仓库
    debuginn
        6
    debuginn  
       2022-06-04 10:49:00 +08:00
    @52coder 推荐直接看官网文档。一手的资料。可以 google 翻译
    idoubi
        8
    idoubi  
       2022-06-04 12:03:09 +08:00 via iPhone
    推荐一下自己刚开始接触 go 的时候写的一个工具包: https://github.com/idoubi/goz
    qq1009479218
        9
    qq1009479218  
       2022-06-04 12:57:39 +08:00
    推荐一下自己刚写不久的一个库,玩 goroutine 的,https://github.com/woorui/async-buffer
    freedomSky
        10
    freedomSky  
       2022-06-04 13:58:53 +08:00
    推荐一个 nsq
    MoYi123
        11
    MoYi123  
       2022-06-04 17:38:11 +08:00
    log4j2 里用的队列的 go 实现, 代码量不多,可以学到很多高性能的写法. https://github.com/smarty-prototypes/go-disruptor
    52coder
        12
    52coder  
    OP
       2022-06-04 22:34:05 +08:00
    @gowk 赞一个,这个文章虽然 2013 年的,看了下蛮实用的。
    52coder
        13
    52coder  
    OP
       2022-06-04 22:34:23 +08:00
    @MoYi123 mark 下,抽空学习下。
    52coder
        14
    52coder  
    OP
       2022-06-04 22:35:01 +08:00
    @qq1009479218 有空看下,routine 协程?以前用 c 系统函数实现过一个简单的协程库。
    saigo
        15
    saigo  
       2022-06-05 11:18:00 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3432 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 00:51 · PVG 08:51 · LAX 17:51 · JFK 20:51
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.