From e23e3656f2f7be8febfdfbb1289a38f714756f8e Mon Sep 17 00:00:00 2001 From: pyros2097 Date: Mon, 21 Dec 2015 23:59:58 +0530 Subject: [PATCH] fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e1177..730398a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Go Tools](#go-tools) - [Software Packages](#software-packages) - [DevOps Tools](#devops-tools) - - [Other Software](#other-software)re + - [Other Software](#other-software) - [Server Applications](#server-applications) @@ -647,6 +647,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. * [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem. + ## Science and Data Analysis *Libraries for scientific computing and data analyzing.*