Files
katenary/internal/utils/doc.go
Patrice Ferlet 14ca5bf0ea feat(refacto): move everything in internal package
This allows to install katenary with `go install` and to clean up the
project folder.
2025-08-03 15:54:58 +02:00

4 lines
151 B
Go

// Package utils provides some utility functions used in katenary.
// It defines some constants and functions used in the whole project.
package utils