1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-08-20 16:37:52 -03:00
parent b1ada03cf8
commit 8f67faf2d0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,9 +1,7 @@
// Package pipeline provides a generic pipe interface.
package pipeline
import (
"github.com/goreleaser/goreleaser/context"
)
import "github.com/goreleaser/goreleaser/context"
// Pipe interface
type Pipe interface {