Last active
January 31, 2017 19:20
-
-
Save bpicolo/5ee1ed5fe757bcdaf4f3eb77b82f9f6d to your computer and use it in GitHub Desktop.
Pre-commit docker hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- id: gofmt | |
name: gofmt | |
entry: gofmt | |
description: gofmt delivered via docker | |
language: docker | |
files: \.go$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM golang:1.6.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment