iteny / golang-resources

golang资源

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-resources

golang官方文档

golang官方指南

golang官方指南目录版

怎样编写golang代码

地道的golang代码

golang编程语言规范

golang web examples

golang standard library example

常见问题

标准库文档

golang实例

golang资料和书籍的投票

golang bbs reddit

golang bbs stackoverflow

在谷歌+上学习golang

golang每周有见地的文章,教程,项目,视频

golang GitHub wiki learn

##个人收藏资源 中文版awesome-go 英文版awesome-go 中文版标准库

golang-open-sources

作者 github.com地址 功能描述
Peter Mattis https://github.com/petermattis/goid 通过程序检索当前goroutine里的ID,看 the CI configuration 支持golang版本。
Davy xu https://github.com/davyxu/cellnet cellnet是一个高性能,简单,方便的开源服务器网络库
ecofast https://github.com/ecofast/minifileserver 迷你文件下载服务器
shirou https://github.com/shirou/gopsutil 查看本机系统信息,CPU,内存等
google rakyll https://github.com/google/gops 列出与诊断系统中正在使用的Go程序
google glog https://github.com/golang/glog 谷歌日志包
嵌入式键值对数据库 https://github.com/boltdb/bolt 类似缓存文件
youtube vitess https://github.com/youtube/vitess Mysql前端 提供RPC接口
coreos etcd https://github.com/coreos/etcd 分布式的key-value存储系统,服务发现,保证集群数据不丢失。
HashiCorp consul https://github.com/hashicorp/consul 支持多数据中心分布式高可用的服务发现和配置共享,允许 HTTP 和 DNS 协议调用 API 存储键值对,类似etcd
alexedwards https://github.com/alexedwards/scs 一个http session管理器
uber优步 https://github.com/uber-go/zap 直接结构体日志
rs https://github.com/rs/zerolog json日志
asaskevich https://github.com/asaskevich/govalidator 数据验证
jgsqware https://github.com/spf13/viper 支持JSON, TOML, YAML, HCL配置文件

makerspace

web name web url
DF创客社区 http://www.dfrobot.com.cn
arduino http://www.arduino.cn
极客工坊 http://www.geek-workshop.com
instructables http://www.instructables.com
arduino社区 http://zhongbest.com
科学、技术、工程和数学 http://microduinoinc.com
Arduino智造 http://arduino.ncnynl.com
硬件开发 https://www.wevolver.com/projects
制作玩具 http://makezine.com

the technologies of media

web name web url
钛媒体 http://www.tmtpost.com
极客公园 http://www.geekpark.net
36氪 http://36kr.com
虎嗅 https://www.huxiu.com
爱范儿 http://www.ifanr.com
雷锋网 https://www.leiphone.com
果壳网 http://www.guokr.com
电子火花 http://www.elecspark.com
开源** http://www.oschina.net
**科技结晶论坛 http://tcs-forum.miniban.cn
The Verge https://www.theverge.com
TechCrunch https://techcrunch.com
Hacker News https://news.ycombinator.com
iRevolutions https://irevolutions.org
Mashable http://mashable.com
创酷网 http://www.chuangkoo.com
DIY电子元件 https://www.adafruit.com
电子元件市场 https://www.seeedstudio.com
网站收集 http://website.ncnynl.com

export MYSQL=/usr/local/mysql/bin

export GOROOT=/usr/local/go

export GOPATH=/Users/zb/work/gopath

export GOBIN=/Users/zb/work/gopath/bin

export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN:$MYSQL

About

golang资源