You've already forked goreleaser
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:
committed by
Carlos Alexandro Becker
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{}
|
||||
|
Reference in New Issue
Block a user