Added stackgo project to the list of Data Structures project
diff --git a/Projects.md b/Projects.md
index 18f1172..77a70ef 100644
--- a/Projects.md
+++ b/Projects.md
@@ -262,6 +262,7 @@
   * [Skiplist](https://github.com/glenn-brown/skiplist) - A fast indexable ordered multimap.
   * [skiplist](https://godoc.org/github.com/fumin/skiplist) - Skiplist data structure ported from Redis's Sorted Sets.
   * [fs2/mmlist](https://github.com/timtadh/fs2#mmlist) - A memory mapped list.
+  * [stackgo](https://github.com/alediaferia/stackgo) - A fast slice-based stack implementation.
 
 #### Queues