2021-10-31 12:15:27 +00:00
|
|
|
# Golang
|
2021-10-10 02:07:46 +00:00
|
|
|
|
2021-10-31 12:15:27 +00:00
|
|
|
There is a working prototype of the **martiLQ** framework in Go.
|
2021-10-10 02:07:46 +00:00
|
|
|
|
2021-10-31 12:15:27 +00:00
|
|
|
Check out the source code under [client](client/)
|
|
|
|
|
|
|
|
|
|
The prototype is able to:
|
|
|
|
|
|
|
|
|
|
* Initialise by creating a config file
|
|
|
|
|
* Create a JSON **martiLQ** definition file based on files in a directory
|
|
|
|
|
|
|
|
|
|
__TO COME__
|
|
|
|
|
|
|
|
|
|
Publish of Golan package is yet to occur. A binary executable will also be
|
|
|
|
|
published for Linux and Windows of the prototype.
|
|
|
|
|
|
|
|
|
|
This will occur after merge of code into ``main`` branch.
|