Fix bonzai.Vars.Del interface

pull/97/head
rwxrob 2 years ago
parent f50a4e6e4e
commit 61c742eb35
No known key found for this signature in database
GPG Key ID: 2B9111F33082AE77

@ -63,7 +63,7 @@ type Vars interface {
Print() // (printed)
Get(key string) string // accessor
Set(key, val string) error // mutator
Del(key string) // destroyer
Del(key string) error // destroyer
OverWrite(with string) error // safely replace all cache
}

Loading…
Cancel
Save