Added license, and CI workflow for Gitea and GitHub Actions.
All checks were successful
CI / test (push) Successful in 16s

This commit is contained in:
2026-02-21 00:48:20 +01:00
parent 09a1c8dd26
commit 74074656be
9 changed files with 109 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
Copyright (c) 2026 Micha Hoiting
# triplex
[![Gitea CI](https://git.hoiting.org/micha/triplex/actions/workflows/ci.yml/badge.svg)](https://git.hoiting.org/micha/triplex/actions)
[![GitHub CI](https://github.com/micha/triplex/actions/workflows/ci.yml/badge.svg)](https://github.com/micha/triplex/actions/workflows/ci.yml)
`triplex` is a deterministic, reversible serial number engine for
high-integrity identifiers. It maps a compact 32-bit integer space to a
human-readable serial format:
@@ -119,3 +124,7 @@ Run all tests:
```bash
go test ./...
```
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE).