An open API service indexing awesome lists of open source software.

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).

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
```