fix: remove 10 unused test functions flagged by staticcheck U1000
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
||||
|
||||
func intPtr(i int) *int { return &i }
|
||||
func float64Ptr(f float64) *float64 { return &f }
|
||||
func boolPtr(b bool) *bool { return &b }
|
||||
|
||||
// ─── Public info ──────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user