From 70383deb71ca508d56d8a8df392535121d03c912 Mon Sep 17 00:00:00 2001 From: Prince Sumberia Date: Wed, 26 Aug 2020 23:27:42 +0530 Subject: [PATCH] Remove Dead Links (#3222) Links were returning 404. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 206ec3f3..dc574efa 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. * [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. -* [gorocksdb](https://github.com/kapitan-k/gorocksdb) - Gorocksdb is a wrapper for [RocksDB](https://rocksdb.org) written in Go. * [gostore](https://github.com/twharmon/gostore) - Gostore is a simple, durable, embedded key-value storage engine written in Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. @@ -1338,7 +1337,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gopcap](https://github.com/akrennmair/gopcap) - Go wrapper for libpcap. * [goshark](https://github.com/sunwxg/goshark) - Package goshark use tshark to decode IP packet and create data struct to analyse packet. * [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions. -* [gosocsvr](https://github.com/rakeki/gosocsvr) - Socket server made simple. * [gotcp](https://github.com/gansidui/gotcp) - Go package for quickly writing tcp applications. * [grab](https://github.com/cavaliercoder/grab) - Go package for managing file downloads. * [graval](https://github.com/koofr/graval) - Experimental FTP server framework.