Closed Sanegv closed 5 months ago
line 88 in struct.go, we can never reach this condition, because any is of type any(...), not of type any. Just check the substring [:3]
any(...)
any
[:3]
line 88 in struct.go, we can never reach this condition, because any is of type
any(...)
, not of typeany
. Just check the substring[:3]