Open hansinator opened 1 year ago
The -- in the referenced line is detected as the start of an SQL comment inside a golang annotation string which effectively swallows the closing ". This breaks the golang source interpretation, flagging large parts of the source as string.
Offending line: https://github.com/immune-gmbh/agent/blob/v3.8.10/cmd/main.go#L73
The -- in the referenced line is detected as the start of an SQL comment inside a golang annotation string which effectively swallows the closing ". This breaks the golang source interpretation, flagging large parts of the source as string.
Offending line: https://github.com/immune-gmbh/agent/blob/v3.8.10/cmd/main.go#L73