An open API service indexing awesome lists of open source software.

https://github.com/devdrops/go-staticcheck

A Docker image with staticcheck.io
https://github.com/devdrops/go-staticcheck

golang staticchek

Last synced: 2 months ago
JSON representation

A Docker image with staticcheck.io

Awesome Lists containing this project

README

          

# go-staticcheck

Docker image with [staticcheck](https://staticcheck.io).

## Requirements

Make sure you have [Docker](https://docker.com) installed and working properly
:wink:

## How to Use

Run the command below:

```bash
docker run -ti --rm devdrops/staticcheck:latest staticcheck
```