Fix grabage codes 5 years ago

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-23 23:46:00 +08:00
parent b933522123
commit 485d0de64b
8 changed files with 21 additions and 44 deletions

View File

@@ -41,11 +41,3 @@ func Init() {
log.Fatal(err)
}
}
func Get(key string) any {
return viper.Get(key)
}
func Set(key string, value any) {
viper.Set(key, value)
}