Refactor DNS stats widget

This commit is contained in:
Svilen Markov
2025-03-15 18:42:58 +00:00
parent 78ad88a245
commit 4b2438c298
6 changed files with 394 additions and 415 deletions
+4
View File
@@ -186,3 +186,7 @@ func ternary[T any](condition bool, a, b T) T {
return b
}
// Having compile time errors about unused variables is cool and all, but I don't want to
// have to constantly comment out my code while I'm working on it and testing things out
func ItsUsedTrustMeBro(...any) {}