/gofmt-in-docker

Run Go fmt command in Docker

Primary LanguageGoThe UnlicenseUnlicense

gofmt-in-docker

Run Go fmt command in Docker.

Usage

Place the source code in the same directory and execute the following command:

$ docker-compose up fmt

You can also run Golint with the following command:

$ docker-compose up lint

License

Public domain (CC0)