Typo: dirver -> driver (#3327)

This commit is contained in:
Peter Thaleikis 2020-10-28 11:44:32 +04:00 committed by GitHub
parent de0453a7fc
commit dfa5a1d095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,7 +551,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [neo4j](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang.
* [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang.
* [neoism](https://github.com/jmcvetta/neoism) - Neo4j client for Golang.
* [qmgo](https://github.com/qiniu/qmgo) - The MongoDB dirver for Go. Its based on official MongoDB driver but easier to use like Mgo.
* [qmgo](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. Its based on official MongoDB driver but easier to use like Mgo.
* [redeo](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services.
* [redigo](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database.
* [redis](https://github.com/go-redis/redis) - Redis client for Golang.
@ -2656,4 +2656,4 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Programming with Google Go](https://www.coursera.org/specializations/google-golang) - Coursera Specialization to learn about Go from scratch.
* [The worlds easiest introduction to WebAssembly with Golang](https://medium.com/@martinolsansky/webassembly-with-golang-is-fun-b243c0e34f02)
* [Working with Go](https://github.com/mkaz/working-with-go) - Intro to go for experienced programmers.
* [Your basic Go](http://yourbasic.org/golang) - Huge collection of tutorials and how to's.
* [Your basic Go](http://yourbasic.org/golang) - Huge collection of tutorials and how to's.