Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleister/go-mcupdater
Golang library for MCUpdater
https://github.com/kleister/go-mcupdater
go golang mcupdater
Last synced: 8 days ago
JSON representation
Golang library for MCUpdater
- Host: GitHub
- URL: https://github.com/kleister/go-mcupdater
- Owner: kleister
- License: apache-2.0
- Created: 2019-05-05T16:52:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T08:23:10.000Z (8 days ago)
- Last Synced: 2024-12-30T09:30:45.113Z (8 days ago)
- Topics: go, golang, mcupdater
- Language: Makefile
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mcupdater
[![General Workflow](https://github.com/kleister/go-mcupdater/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/go-mcupdater/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/272b203ace1f4f0dbfb11995e600c6bd)](https://app.codacy.com/gh/kleister/go-mcupdater/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Go Reference](https://pkg.go.dev/badge/github.com/kleister/go-mcupdater.svg)](https://pkg.go.dev/github.com/kleister/go-mcupdater)
This repository provides helpers related to Minecraft Updater.
## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. 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`:```console
git clone https://github.com/kleister/go-mcupdater.git
cd go-mcupdatermake clean generate test
```## Examples
For different kind of examples how to use this library please take a look at the
[examples/](./examples) folder.## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```[golang]: http://golang.org/doc/install.html