1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-04-15 16:12:32 -03:00
parent 0c94ae518a
commit 086ad5691c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,5 +1,5 @@
// Package git implements the Pipe interface extracting usefull data from
// git and putting it in the context.
// Package git implements the Pipe interface getting and validating the
// current git repository state
package git
import (