Go最新资料汇总(五十五)

polaris · 2016-03-25 03:12:45 · 3879 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2016-03-25 03:12:45 的主题,其中的信息可能已经有所发展或是发生改变。

easyjson: A Fast JSON serializer for Go
Marshal and unmarshal JSON to/from Go structs without the use of reflection by generating marshaller code. This keeps things fast.

An Introduction to LLVM in Go
LLVM is an infrastructure for creating compilers. This tutorial introduces LLVM's main concepts and shows how to interact with it from Go.

structlayout: Visualize the Layout of a Struct
Prints the layout of a struct with the byte offset and size of each field, respecting alignment/padding. Can output JSON, ASCII diagram, or, with an extra package, SVG.

go-sdl2: SDL2 Bindings for Go
SDL2 (a low level audio, input, and graphics library) wrapped for Go users, enabling interoperability between Go and the C-based SDL2 library.

Testing Your (HTTP) Handlers in Go
You’re building an HTTP-based service in Go, and you want to unit test your handler functions…

Web App Using Microservices In Go: Part 4
The last in a series of tutorials about building a set of microservices in Go. Missed a part? Part 1, 2 and 3.

IN BRIEF

A Visualization of Go Contributors over Time
Including Googlers vs non-Googlers.

Performance Numbers with Go's SSA-Based Backend

Building Auto-Scaling and Self-Defensive Go Services

Concurrency in Go - Part II
A quick look at synchronization and wait groups.

Interfaces in Go: Object Oriented Go

From The Database Schema to RESTful API with DinGo
DinGo creates a Go-based microservice-style app starting from a MySQL database schema.

GoMobile: Library Development for iOS & Android

Micro: A Toolkit for Building Microservices
A look at Micro, an open source microservices toolkit.

go-sdl2-android-example: Go-SDL2 Example Running on Android

redisc: A Go Redis Cluster Client Built on Top of Redigo

SVGo: Go Language Library for SVG Generation

Wabbit: Go AMQP Mocking Library

BigCache: Efficient Cache for Gigabytes of Data Written in Go
Fast, concurrent, evicting in-memory cache written to keep a large number of entries without an impact on performance.


有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3879 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传