A small utility web app to make certain list operations useful.
This utility currently supports Chunking and set operations between two lists. I wanted to create something simple to experiment with HTMX and Templ.
- Compiling
- Go 1.21
- Make
- templ
- Templ can be installed with:
go install github.com/a-h/templ/cmd/templ@latest
- You can download the binary for your platform or build with
make all
./listops
- Or if you run it with a port
-
ADDRESS="localhost:8080" ./listops
-
Contributors names and contact info
Dex Wood
- 2023-01-11
- Initial release
This project is licensed under the MIT License - see the LICENSE.md file for details