mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
chore: misspeled word on package docs
Also simplified imports
This commit is contained in:
parent
e87ab21a0a
commit
a8ce65013e
@ -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{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user