repositorypackage
0.0.0-20240717034802-46e54b0422dd
Repository: https://github.com/kingmj/go-learning.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go 的一些练习 demo
tutorial1
go 官方 tutorial
Tutorial: Getting started Tutorial: Create a module
https://app.yinxiang.com/shard/s54/nl/11117579/f5268d43-6646-4029-9949-458ece317770/
tutorial2
go 官方的 Developing a RESTful API with Go and Gin 例子
https://app.yinxiang.com/shard/s54/nl/11117579/d812ea64-fdce-4cc7-998b-d7c4a768b8f2/ https://go.dev/doc/tutorial/web-service-gin
tutorial3
go gin 框架示例
tutorial4
ginkgo 测试套件
tutorial5
go 语言圣经
https://books.studygolang.com/gopl-zh/ch1/ch1-04.html
tutorial6
rpc 编程
- demo1:使用 rpc 进行远程调用
- demo2:使用 jsonrpc 进行远程调用,可以通过 json 进行数据传递
- demo3: 使用 grpc 与 protocol 进行远程调用
tutorial7
socket 编程
- demo1: tcp 编程
- demo2: udp 编程
tutorial8
excel 处理
tutorial9
事件总线
tutorial10
格式校验
tutorial11
数组分组统计
tutorial12
金额计算
tutorial13
http 请求库,类似php 的 Guzzle 库