![]() |
1
hahadaxigua834 2024-02-20 18:14:22 +08:00 ![]() |
![]() |
2
xguanren 2024-02-20 18:17:02 +08:00
最近在看 frp 这个 挺好玩的 可以研究下 https://github.com/fatedier/frp
|
3
egege 2024-02-20 18:49:06 +08:00
如果想看 web 方向的话,推荐 https://github.com/grafana/grafana
|
![]() |
4
ysicing 2024-02-20 18:52:45 +08:00
如果想看 网络 方向的话 https://github.com/Ieooo/clash
|
5
soy 2024-02-20 18:55:09 +08:00
https://github.com/libretro/ludo RetroArch Golang 前端
|
![]() |
6
kidlj 2024-02-20 19:11:32 +08:00
Echo
Ent 我最喜欢的两个 Go lib. |
7
huomutechnology0 2024-02-20 19:18:28 +08:00
|
8
huiwang520 2024-02-20 21:08:58 +08:00
简单的 KV 数据库: https://github.com/rosedblabs/rosedb
|
![]() |
9
lstz 2024-02-20 21:09:10 +08:00
|
![]() |
10
kingphang 2024-02-20 21:41:32 +08:00
深入学习的话,可以看看 https://github.com/kubernetes/kubernetes ,go 语言也学了,kubernetes 的设计思想也很好,如果完全看完了,容器及云平台相关也能有相对深入的理解。
|
11
deorth 2024-02-20 22:06:45 +08:00 via Android
微内核
|
![]() |
12
clocean 2024-02-21 09:59:46 +08:00
作为一个只学了 go 基础的菜鸟,没做过任何项目,想问下怎么看开源项目呢?是过一遍代码吗?
|
13
best9999 2024-02-21 10:34:25 +08:00 via iPhone
@clocean 在有基础的情况下,个人建议自己写一个项目用来加以巩固和熟悉系统性的流程。正所谓实践出真知嘛。
|
![]() |
17
qloog 2024-02-21 14:17:11 +08:00
开发 API 接口、微服务或者 web 服务的: https://github.com/go-eagle/eagle
|
18
skylee6900 2024-02-21 14:56:28 +08:00
@kidlj ent 是做啥的
|
![]() |
19
qloog 2024-02-21 15:11:55 +08:00
@skylee6900 数据库 ORM 工具
|
![]() |
21
xeneizes 2024-02-21 16:46:06 +08:00
用 go 写的项目里 商业化做的最好的就是 tidb 了吧
|
![]() |
23
lesismal 2024-02-22 03:19:36 +08:00
@kingphang tidb 的核心是 rust ,go 虽然也算重要但只能算是周边而且用其他语言也能做好这些周边,但 rust 的部分做不了
|
![]() |
25
hankli 2024-02-22 10:38:25 +08:00
可拓展的 SDK 版本管理 cli 工具, Go + Lua 写的 感兴趣可以看看哈哈哈哈
https://github.com/version-fox/vfox |