From 79bf706df4f78165c662a20064eb7e3cf250e95f Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 11 Nov 2016 01:40:12 -0800 Subject: [PATCH] Fix go-bind-plugin URL. Fixup for #1178. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b98eda0..5f97896a 100644 --- a/README.md +++ b/README.md @@ -1018,7 +1018,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder written in Go * [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex. * [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client library. -* [go-bind-plugin](https://github.com/wendigo/go-bind-plugins) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only) +* [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only) * [go-cron](https://github.com/rk/go-cron) - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. * [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications. * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.