Skip to content

kleister/go-forge

Repository files navigation

go-forge

General Workflow Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org Codacy Badge Go Reference

This repository provides helpers related to Minecraft Forge.

Development

Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project doesn't enforce a specific Go version, but we are trying to use the latest stable releases. It is also possible to simply execute go get, but we prefer to use our Makefile:

git clone https://github.com/kleister/go-forge.git
cd go-forge

make clean generate test

Examples

For different kind of examples how to use this library please take a look at the examples/ folder.

Security

If you find a security issue please contact kleister@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>