From a8ce65013e7d2983155b1e3b34c9a1bccdc22097 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 6 Dec 2017 00:18:47 -0200 Subject: [PATCH] chore: misspeled word on package docs Also simplified imports --- pipeline/snapshot/snapshot.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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{}