modulepackage
0.0.0-20241007160951-df591f95c754
Repository: https://github.com/tuxle-org/server.git
Documentation: pkg.go.dev
# README
Tuxle Server
The backend of a tuxle instance.
Build
Check out the Makefile. Example usage for various targets:
ARGS="..." make run
— Compile & run "tuxle ...".make test
— Run the tests.make coverage
— Generatetests/coverage.html
report for test coverage.make build-...
— Build for a specific system intodist/
.make build-all
— Build for all systems intodist/
.
# Functions
No description provided by the author