Add package comment

This commit is contained in:
Florian Baumann 2025-10-17 11:24:31 +02:00
parent dab28a044a
commit 6e961a708c

View File

@ -1,3 +1,7 @@
// Package serra
//
// It implements base functions and also cli wrappers
// The entire tool consists only of this one package.
package serra
import (