Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 2.96 KB

README.md

File metadata and controls

47 lines (24 loc) · 2.96 KB

各种连接-初级Go工程师训练营

课程代码仓库:极客时间-初级Go工程师训练营: 这是极客时间《初级Go工程师训练营》代码仓库,更多课程内容请移步:https://u.geekbang.org/subject/go3rd

安装多个 Go 版本:Managing Go installations - The Go Programming Language

rancher 起步:Getting Started with Kubernetes | Rancher Quick Start

压测工具 wrk: GitHub - wg/wrk: Modern HTTP benchmarking tool

etcd github 地址:GitHub - etcd-io/etcd: Distributed reliable key-value store for the most critical data of a distributed system 在 etcd-io 这个组织下还有很多和 etcd 有关的项目。

GIN 的插件库:GitHub - gin-gonic/contrib: Collection of middlewares created by the community

更加强的正则表达式库:GitHub - dlclark/regexp2: A full-featured regex engine in pure Go based on the .NET engine

zap 日志框架:uber-go/zap: Blazing fast, structured, leveled logging in Go. (github.com)

依赖注入 wire:google/wire: Compile-time Dependency Injection for Go (github.com)

cron 表达式开源仓库:GitHub - robfig/cron: a cron library for go

cron表达式教程:简单任务CRON表达式的详解_金融分布式架构 SOFAStack-阿里云帮助中心

gocron 仓库:GitHub - go-co-op/gocron: Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron

Kafka 命令行工具(shell脚本)各种说明:Kafka Command Line Interface (CLI) Tutorials | Learn Apache Kafka (conduktor.io)

docker compose 文件说明:Compose file version 3 reference | Docker Documentation

k6 安装:Installation

protobuf 类型映射:Language Guide (proto 3) | Protocol Buffers Documentation (protobuf.dev)

grpc 的 GO 文档:Go | gRPC

腾讯短信 API:短信 发送短信-发送短信相关接口-API 中心-腾讯云

我的开源库

支持泛型的工具库:GitHub - ecodeclub/ekit: 支持泛型的工具库

webook 后端开源仓库:GitHub - ecodeclub/webook: 站

课程答疑文档

答疑文档-初级Go工程师训练营1期