Skip to content

msrexe/go-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoMap

GoMap is a generic-compatible and thread-safe key-value store with no package dependencies

Installation

go get github.com/msrexe/go-map

Testing

You can run the tests with the following command.

go test .

Code Coverage

You can get the code coverage information with the following command:

go test -cover

If you want to generate a graphical coverage report, you can run the following command:

go tool cover -html=coverage.out

A browser tab will be opened and you will be able to see the graphical report. It shows not tracked, not covered, and covered line on the source code.

About

Generic-compatible and thread safe key-value store🔥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages