/luci

Go module to create web services quickly and painlessly

Primary LanguageGoOtherNOASSERTION

luci

License Lint/Test Package Reference

luci is a Go module to create web services quickly and painlessly.

Using luci

Installing

go get github.com/larzconwell/luci

Example

See the example project for a simple example using all of the functionality luci provides.

Developing luci

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