diff --git a/pipeline/snapshot/snapshot.go b/pipeline/snapshot/snapshot.go index b3e73960d..c3fc1d6af 100644 --- a/pipeline/snapshot/snapshot.go +++ b/pipeline/snapshot/snapshot.go @@ -1,9 +1,7 @@ -// Package snapshot provides the snapshoting functionaly to goreleaser. +// Package snapshot provides the snapshoting functionality to goreleaser. package snapshot -import ( - "github.com/goreleaser/goreleaser/context" -) +import "github.com/goreleaser/goreleaser/context" // Pipe for checksums type Pipe struct{}