luci
Go module to create web services quickly and painlessly.
luci
Using Installing
go get github.com/larzconwell/luci
Example
See the example project for a simple example using all of the functionality luci
provides.
luci
Developing Prerequisites
- Go 1.21
-
golangci-lint
1.55
Setting up hooks
ln -s $(pwd)/.hooks/pre-commit .git/hooks/pre-commit
Testing and linting
Make targets exist for testing and linting
make test
make testrace
make lint