From 281009960489252af8cb720368f049739e9fd8b9 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 7 Jul 2014 18:08:44 +0900 Subject: [PATCH] Add goxc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9d4d87..f04f3ca0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Utilities](#utilities) - [Logging](#logging) - [Code Analysis and Linter](#code-analysis-and-linter) - - [Code generation & ‘generics’](#codegen) + - [Code generation & ‘generics’](#code-generation--generics) - [Resources](#resources) - [Websites](#websites) - [(e)Books](#ebooks) @@ -301,6 +301,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Boom](https://github.com/rakyll/boom) - Boom is a tiny program that sends some load to a web application. * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update * [gox](https://github.com/mitchellh/gox) - A dead simple, no frills Go cross compile tool. +* [goxc](https://github.com/laher/goxc) - build tool for Go, with a focus on cross-compiling and packaging. ## Logging