We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add the ability to disable persistence
Deprecate NewWithBuffer in favor of New(filePath).WithBuffer(true)
Minor update
Increase test coverage for New function by checking that the store file is created
Add GetString() and GetInt()
Add Keys() function to GDStore
Rename package & update documentation
Add comment
Add PutAll + Mutex to prevent concurrency issues