Frank
Results
2
comments of
Frank
Hi i was looking into how to write unit tests for our slack bot and found this wonderful library. https://github.com/gabrielfalcao/HTTPretty That make's it easy to mock http requests. Just be...
Just as a workaround you can define a custom `golangci-lint-action` like. ```yaml file.github/workspace/golangci-lint/action.yaml name: golangci-lint description: Run golangci-lint in your Go project. inputs: version: description: The golangci-lint version to use...