Go最新资料汇总(九十三)

polaris · 2017-04-07 11:28:38 · 3509 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2017-04-07 11:28:38 的主题,其中的信息可能已经有所发展或是发生改变。

Hermes: Responsive HTML Email Generation from Go
A Go port of Node’s mailgen. It can generate HTML and plain text emails and all customization is behind a tidy Go API.

Approaches for Adding Visual Interfaces to Command Line Apps
A quick run-through of several text-based UI libraries in Go, including termbox, tcell, and termui.

x/crypto/ssh To Require Host Key Verification By Default
By default, Go’s ssh package accepts any host keys which can make MITM attacks easier. This is now changing but could break existing uses of the package.

How to Use Go's Context Package
A well produced 30 minute dive into the context package, how it can make requests​ easier to monitor, and logs easier to grep.

22 Videos from GopherCon India 2017
It took place in late February. We’re going through them and will link to some of the best ones in future issues.

Gosh: A Pluggable Command Shell
“Since (Go 1.8’s) plugin system was announced, I wanted to created a framework for creating interactive command shell programs where commands are implemented using Go plugins…”

IN BRIEF

Go Font Family Gets Update, Including New 'Small Caps' Fonts

A Guide to HTTP Request Handling and Processing
Aimed at those new to Go covering the standard library offerings and third-party routers.

Go to The Rescue: Saving DevOps From TLS Turmoil
If you need to validate certificates or certificate chains before deploying them, Go provides a near foolproof test method..

Creating a (Very) Simple API Client in Go

JSON Decoding with Go
A series of examples of decoding JSON from pass-through to writing your own unmarshalling function.

5 Reasons Why We Switched From Python To Go

Forwards and Backwords Pipes in Go
A way to know when all the goroutines are complete without using a WaitGroup.

GoReporter: A Go Code Quality Report Generator
Concurrently runs several linters/checks and normalizes results into a report.

RubberDoc: A Go REST API Documentation Generator

Realize: Go Build System with Watchers and Live Reload
Run, build and watch file changes.

Gomoku: An Experimental Go to (Modern) C++ Compiler
C++ has come on a long way in recent years and stylistically shares more in common with Go than you might think.

Gotron: Go and Electron Boilerplate for Desktop Applications

PocketPlace: Draw Pixels On A Canvas with Friends
Inspired by Reddit’s /r/place and pxls.space.

Machma: Easy Parallel Execution of Commands with Live Feedback

GoMoney: An Implementation of Martin Fowler's Money Pattern
Handle monetary values using a currency’s smallest unit.

A Proof of Concept of Integrating Go and React Native in a Mobile App


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

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

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