module
2.0.0+incompatible
Repository: https://github.com/kleister/go-forge.git
Documentation: pkg.go.dev
# README
go-forge
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 [email protected] first.
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
Apache-2.0
Copyright
Copyright (c) 2018 Thomas Boerger <[email protected]>