https://github.com/kralamoure/dofus
A library for working with Dofus accounts. It also declares the Storer interface implemented in package dofuspg (https://github.com/kralamoure/dofuspg).
https://github.com/kralamoure/dofus
dofus go golang
Last synced: 2 months ago
JSON representation
A library for working with Dofus accounts. It also declares the Storer interface implemented in package dofuspg (https://github.com/kralamoure/dofuspg).
- Host: GitHub
- URL: https://github.com/kralamoure/dofus
- Owner: kralamoure
- License: mpl-2.0
- Created: 2021-04-28T01:53:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T01:16:25.000Z (about 4 years ago)
- Last Synced: 2025-03-11T16:48:49.359Z (over 1 year ago)
- Topics: dofus, go, golang
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dofus
`dofus` is a library for working with Dofus accounts. It also declares the Storer interface implemented in
package [dofuspg](https://github.com/kralamoure/dofuspg).
## Requirements
- [Git](https://git-scm.com/)
- [Go](https://golang.org/)
## Installation
```sh
go get -u -v github.com/kralamoure/dofus
```