Basic file storage memory adapater. https://github.com/go-joe/joe
This repository contains a module for the Joe Bot library.
This library is packaged as Go module. You can get it via:
go get github.com/go-joe/file-memory
b := &ExampleBot{
Bot: joe.New("example", file.Memory("foobar.json")),
}
If you want to hack on this repository, please read the short CONTRIBUTING.md guide first.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.