Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 330 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 330 Bytes

SLOGO

SLx LOGfiles in GO with some reuse of letters :).

This is very much a work in progress and alpha stage.

It might break, destroy your files and all the regular warnings.

Develop

git clone /~https://github.com/opensounder/slogo
cd slogo
git submodule init
git submodule update

go mod tidy
make test