parse time #1
Open
parse time #1
Annotations
4 errors
|
Staticcheck
Process completed with exit code 1.
|
|
Staticcheck:
foo.go#L9
func whatever is unused (U1000)
|
|
Staticcheck:
foo.go#L6
parsing time "123" as "123": cannot parse "" as "3" (SA1002)
|
|
Staticcheck:
foo.go#L6
Parse doesn't have side effects and its return value is ignored (SA4017)
|
Loading