modulepackage
1.0.0-pre4
Repository: https://github.com/cubicbyte/mkr-cacher.git
Documentation: pkg.go.dev
# README
mkr-cacher
This is my first Go project - a module for caching data from the mkr.org.ua API, necessary for sute-schedule-bot to work when the schedule API is down.
Note Currently WIP
Setup
To install this module you need 64-bit gcc version ~9.5.0 in PATH (v12 doesn't work), go compiler and a bit of IQ.
go install github.com/cubicbyte/mkr-cacher@latest
Now the executable file is located at $GOPATH/bin/mkr-cacher
(to view gopath, run go env GOPATH
)
Usage
Will be added in the future
# Packages
No description provided by the author