From 8f315e72047d4f73b84a13f113e4fe73bda03bb8 Mon Sep 17 00:00:00 2001 From: merkur0 <19146450+merkur0@users.noreply.github.com> Date: Fri, 10 May 2019 00:11:04 +0200 Subject: [PATCH] Fixed my previous edit to be the same as other markup --- Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects.md b/Projects.md index 1d3cc383..b2389d99 100644 --- a/Projects.md +++ b/Projects.md @@ -1386,7 +1386,7 @@ See also [[SQLDrivers page|SQLDrivers]]. ## Programming - * [go-slices] (https://github.com/merkur0/go-slices) - Helper functions for manipulating slices in Go just like the official "strings" package provides + * [go-slices](https://github.com/merkur0/go-slices) - Helper functions for manipulating slices in Go just like the official "strings" package provides * [go-clang](http://github.com/go-clang) - cgo bindings to the C-API of libclang * [godeferred](https://github.com/mattn/godeferred) - port of jsdeferred: http://cho45.stfuawsc.com/jsdeferred/ * [go-galib](https://github.com/thoj/go-galib) - a library of Genetic Algorithms