This commit is contained in:
tobi 2025-02-25 14:32:59 +01:00
commit f0b46a8c0c
3 changed files with 137 additions and 103 deletions

View file

@ -17,7 +17,9 @@
package util
import "strings"
import (
"strings"
)
type Scope string