Removed duplicate debug code
All checks were successful
/ test (push) Successful in 17s

This commit is contained in:
Eduard Urbach 2025-07-03 16:46:56 +02:00
parent bdb1b9595f
commit 4aa4d613a1
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
12 changed files with 58 additions and 85 deletions

View file

@ -7,7 +7,7 @@ import (
type Value interface {
// Essentials
Debug() string
Debug(bool) string
ID() int
IsConst() bool
SetID(int)