sfc-gh-mbojanczyk commented on issue #310:
URL: https://github.com/apache/arrow-go/issues/310#issuecomment-2780155833

   It's quite a load of output, but for example:
   
   ```
   
golangci-lint-full-internal..............................................Failed
   - hook id: golangci-lint-full
   - exit code: 1
   
   json/json.go:28:16: undefined: json (typecheck)
   type Decoder = json.Decoder
                  ^
   json/json.go:29:16: undefined: json (typecheck)
   type Encoder = json.Encoder
                  ^
   json/json.go:30:18: undefined: json (typecheck)
   type Marshaler = json.Marshaler
   ```
   
   Looking closer at this, seems like however `golangci-lint` is being run on 
my box isn't respecting imports. Lemme hack on that a bit and see if there's an 
easy solution


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to