mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-21 21:07:19 +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
|
package snapshot
|
||||||
|
|
||||||
import (
|
import "github.com/goreleaser/goreleaser/context"
|
||||||
"github.com/goreleaser/goreleaser/context"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Pipe for checksums
|
// Pipe for checksums
|
||||||
type Pipe struct{}
|
type Pipe struct{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user