1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

chore: misspeled word on package docs

Also simplified imports
This commit is contained in:
Carlos Alexandro Becker
2017-12-06 00:18:47 -02:00
committed by Carlos Alexandro Becker
parent e87ab21a0a
commit a8ce65013e

View File

@@ -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{}