From 84d4f4cdab1a29cc5a9d6d0dd9f611dd08e43b3e Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Sat, 18 Mar 2017 14:59:01 +0530 Subject: [PATCH] Added links for textql // gitql // surf --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e757b61..f8979dec 100644 --- a/README.md +++ b/README.md @@ -809,6 +809,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. * [graphql-go](https://github.com/graphql-go/graphql) - An implementation of GraphQL for Go. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang. +* [gitql](https://github.com/cloudson/gitql) - A git query language +* [textql](https://github.com/dinedal/textql) - Execute SQL against structured text like CSV or TSV ## Resource Embedding @@ -962,6 +964,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [chromedp](https://github.com/knq/chromedp) - a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol. * [ggr](https://github.com/aandryashin/ggr) - a lightweight server that routes and proxies Selenium Wedriver requests to multiple Selenium hubs. * [selenoid](https://github.com/aandryashin/selenoid) - alternative Selenium hub server that launches browsers within containers. + * [surf](https://github.com/headzoo/surf) - Stateful programmatic web browsing in Go. ## Text Processing