v0.0.539
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m49s

This commit is contained in:
2024-10-27 02:21:35 +02:00
parent fc2657179b
commit 54b0d6701d
4 changed files with 11 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ import (
type CursorToken interface {
Token() string
IsEnd() bool
}
type Mode string