From f09a43b022fba185f413cc13561b9f8282076bec Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 16 Jul 2014 18:46:32 +0900 Subject: [PATCH] Add go-ole --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fb8ed2f..0ca4ee7 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Video](#video) - [Web Frameworks](#web-frameworks) - [Middlewares](#middlewares) + - [Windows](#windows) - [Tools](#tools) - [Code Analysis](#code-analysis) @@ -544,6 +545,10 @@ Where to discover new Go libraries. * [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries. * [go generate](https://docs.google.com/document/d/1V03LUfjSADDooDMhe-_K59EgpTEm3V8uvQRuNMAEnjg/edit) - A proposed code generation syntax from Rob Pike. +## Windows + +* [go-ole](https://github.com/mattn/go-ole) - Win32 OLE implementation for golang + ### Tutorials * [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go