From 3126989c552aaa0bb7b11369ccc0f16d8abc0798 Mon Sep 17 00:00:00 2001 From: Linh Tran Tuan Date: Fri, 4 Aug 2017 23:40:02 +0700 Subject: [PATCH] Update goseaweedfs url (#1519) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 600a749b..9d089b79 100644 --- a/README.md +++ b/README.md @@ -1196,7 +1196,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goreq](https://github.com/franela/goreq) - Minimal and simple request library for Go language. * [goreq](https://github.com/smallnest/goreq) - An enhanced simplified HTTP client based on gorequest. * [gorequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features for Go. -* [goseaweedfs](github.com/linxGnu/goseaweedfs) - A SeaweedFS client library with almost full features. +* [goseaweedfs](https://github.com/linxGnu/goseaweedfs) - A SeaweedFS client library with almost full features. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go * [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files * [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection.