mirror of
https://github.com/octoleo/restic.git
synced 2025-04-05 23:11:49 +00:00
build.go: gofmt
This commit is contained in:
parent
c9400d5c61
commit
983e509388
4
build.go
4
build.go
@ -283,10 +283,10 @@ func main() {
|
|||||||
|
|
||||||
skipNext := false
|
skipNext := false
|
||||||
params := os.Args[1:]
|
params := os.Args[1:]
|
||||||
|
|
||||||
targetGOOS := runtime.GOOS
|
targetGOOS := runtime.GOOS
|
||||||
targetGOARCH := runtime.GOARCH
|
targetGOARCH := runtime.GOARCH
|
||||||
|
|
||||||
for i, arg := range params {
|
for i, arg := range params {
|
||||||
if skipNext {
|
if skipNext {
|
||||||
skipNext = false
|
skipNext = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user