From 2c063aeee3691ae3e9dbfcb23d121408daf0ae21 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:10:06 -0700 Subject: [PATCH 1/5] Added chain to http middleware list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 006042bf..3bc442fd 100644 --- a/README.md +++ b/README.md @@ -861,6 +861,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis #### Libraries for creating HTTP middlewares * [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go. +* [chain](https://github.com/codemodus/chain) - Handler wrapper chaining with scoped data (net/context-based "middleware"). * [go-wrap](https://github.com/go-on/wrap) - Small middlewares package for net/http. * [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang * [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http. From 871e5abf953f9c282a6b64bc0a89633ed620f2b7 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:20:38 -0700 Subject: [PATCH 2/5] Added catena to http middleware list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc442fd..590e5c11 100644 --- a/README.md +++ b/README.md @@ -861,6 +861,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis #### Libraries for creating HTTP middlewares * [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go. +* [catena](https://github.com/codemodus/catena) - http.Handler wrapper catenation (same API as "chain"). * [chain](https://github.com/codemodus/chain) - Handler wrapper chaining with scoped data (net/context-based "middleware"). * [go-wrap](https://github.com/go-on/wrap) - Small middlewares package for net/http. * [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang From 065148be9ecfd49b8a1078f462b9dd2fa9d0be61 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:31:13 -0700 Subject: [PATCH 3/5] Added go-pkg-complete to Go Tools list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 590e5c11..fe3b1887 100644 --- a/README.md +++ b/README.md @@ -905,6 +905,7 @@ Go software and plugins. ## Go Tools * [colorgo](https://github.com/songgao/colorgo) - A wrapper around `go` command for colorized `go build` output. +* [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) - Bash completion for go and wgo. ## Software Packages From 09f2cfdde9561b895632fa325f8cff33acdc7625 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:35:46 -0700 Subject: [PATCH 4/5] Added kace to Text Processing list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe3b1887..c1799e56 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * Utility * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. + * [kace](https://github.com/codemodus/kace) - Common case conversions covering common initialisms. * [xurls](https://github.com/mvdan/xurls) - Extract urls from text From 84bb937523cd0190c57a588cf120a2be53e88db6 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:37:35 -0700 Subject: [PATCH 5/5] Added parth to Text Processing list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1799e56..ead99fb8 100644 --- a/README.md +++ b/README.md @@ -701,6 +701,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * Utility * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. * [kace](https://github.com/codemodus/kace) - Common case conversions covering common initialisms. + * [parth](https://github.com/codemodus/parth) - URL path segmentation parsing. * [xurls](https://github.com/mvdan/xurls) - Extract urls from text