Categorygithub.com/earthmc-toolkit/emcgo
modulepackage
0.1.0
Repository: https://github.com/earthmc-toolkit/emcgo.git
Documentation: pkg.go.dev

# README

EMCGo

Unofficial wrapper for the EarthMC Dynmap and Official APIs in Golang.

Installation

Enter the following line into your project's terminal.

go get github.com/earthmc-toolkit/emcgo

Usage

import (
    emc "github.com/earthmc-toolkit/emcgo"
)

func main() {
    towns, err := emc.Aurora.Towns.All()

    if err != nil {
        fmt.Println(err.Error())
        return
    }

    fmt.Println(towns)
}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author