1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-17 01:42:37 +02:00

adding more tests and godocs

This commit is contained in:
Carlos Alexandro Becker
2017-04-14 15:39:32 -03:00
parent 6a66e60e55
commit 3bc428120d
19 changed files with 50 additions and 0 deletions

View File

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