This repository provides helpers related to Minecraft Updater.
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-mcupdater.git
cd go-mcupdater
make clean generate test
For different kind of examples how to use this library please take a look at the examples/ folder.
If you find a security issue please contact kleister@webhippie.de first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>