mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
Merge pull request #519 from andygrunwald/fix-typo-in-buildtarget
fix: Typo in buildtarget
This commit is contained in:
commit
64c324c7e6
@ -5,10 +5,10 @@ import (
|
||||
"runtime"
|
||||
)
|
||||
|
||||
// Runtime is the current runtime buildTarget
|
||||
// Runtime is the current runtime build target
|
||||
var Runtime = Target{runtime.GOOS, runtime.GOARCH, ""}
|
||||
|
||||
// New builtarget
|
||||
// New build Target
|
||||
func New(goos, goarch, goarm string) Target {
|
||||
return Target{goos, goarch, goarm}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user