From 38553e526e954be5a20df85429e5c2da73b5989e Mon Sep 17 00:00:00 2001 From: Chase Hutchins Date: Wed, 16 Jan 2019 04:12:49 -0700 Subject: [PATCH] add serve (#2327) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71c7259e..4d36df4d 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goes](https://github.com/OwnLocal/goes) - Library to interact with Elasticsearch. * [riot](https://github.com/go-ego/riot) - Go Open Source, Distributed, Simple and efficient Search Engine. * [skizze](https://github.com/seiflotfy/skizze) - probabilistic data-structures service and storage. - + * Multiple Backends. * [cachego](https://github.com/fabiorphp/cachego) - Golang Cache component for multiple drivers. * [cayley](https://github.com/google/cayley) - Graph database with support for multiple backends. @@ -1030,7 +1030,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sslb](https://github.com/eduardonunesp/sslb) - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. * [stun](https://github.com/go-rtc/stun) - Go implementation of RFC 5389 STUN protocol. * [tcp_server](https://github.com/firstrow/tcp_server) - Go library for building tcp servers faster. -* [tspool](https://github.com/two/tspool) - A TCP Library use worker pool to improve performance and protect your server. +* [tspool](https://github.com/two/tspool) - A TCP Library use worker pool to improve performance and protect your server. * [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. * [water](https://github.com/songgao/water) - Simple TUN/TAP library. * [webrtc](https://github.com/pions/webrtc) - A pure Go implementation of the WebRTC API. @@ -1290,7 +1290,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gock](https://github.com/h2non/gock) - Versatile HTTP mocking made easy. * [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language. * [govcr](https://github.com/seborama/govcr) - HTTP mock for Golang: record and replay HTTP interactions for offline testing. - * [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. + * [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. * [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces. * [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter. @@ -1555,6 +1555,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang. * [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. +* [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need. * [slicer](https://github.com/leaanthony/slicer) - Makes working with slices easier. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package.