go语言周边

博主收藏的go语言资料,分享一波~~~

官网

镜像:

下载镜像:

Go Playground:

提示:可以参考 https://github.com/golang/playground 搭建自己的Go Playground。

教程

标准库

提示:使用godoc -http :8000会在本地开启Go Documentation Server
,浏览器输入:http://localhost:8000/ 即可浏览。

相关教程:

社区

IDE

镜像

使用示例:

export GOPROXY=https://mirrors.aliyun.com/goproxy/
go get -v github.com/jpillora/go-tcp-proxy/cmd/tcp-proxy

框架

GRPC

服务发现

工具

区块链

内网穿透

fatedier/frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
https://github.com/fatedier/frp

ehang-io/nps

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端
https://github.com/ehang-io/nps

snail007/goproxy

Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。
https://github.com/snail007/goproxy

Database

CodisLabs/codis

Proxy based Redis cluster solution supporting pipeline and scaling dynamically
https://github.com/CodisLabs/codis

UI

fyne-io/fyne

Cross platform GUI in Go based on Material Design

https://github.com/fyne-io/fyne

其它

原文地址:https://www.cnblogs.com/52fhy/p/12584722.html