Skip to content

Commit 1d0e03a

Browse files
committed
Fix vet findings
1 parent 6f00f52 commit 1d0e03a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/cmd/go/internal/work/action.go

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -160,23 +160,23 @@ type actionJSON struct {
160160
ID int
161161
Mode string
162162
Package string
163-
Deps []int `json:",omitempty"`
164-
IgnoreFail bool `json:",omitempty"`
165-
Args []string `json:",omitempty"`
166-
Link bool `json:",omitempty"`
167-
Objdir string `json:",omitempty"`
168-
Target string `json:",omitempty"`
169-
Priority int `json:",omitempty"`
170-
Failed bool `json:",omitempty"`
171-
Built string `json:",omitempty"`
172-
VetxOnly bool `json:",omitempty"`
173-
NeedVet bool `json:",omitempty"`
174-
NeedBuild bool `json:",omitempty"`
175-
ActionID string `json:",omitempty"`
176-
BuildID string `json:",omitempty"`
177-
TimeReady time.Time `json:",omitempty"`
178-
TimeStart time.Time `json:",omitempty"`
179-
TimeDone time.Time `json:",omitempty"`
163+
Deps []int `json:",omitempty"`
164+
IgnoreFail bool `json:",omitempty"`
165+
Args []string `json:",omitempty"`
166+
Link bool `json:",omitempty"`
167+
Objdir string `json:",omitempty"`
168+
Target string `json:",omitempty"`
169+
Priority int `json:",omitempty"`
170+
Failed bool `json:",omitempty"`
171+
Built string `json:",omitempty"`
172+
VetxOnly bool `json:",omitempty"`
173+
NeedVet bool `json:",omitempty"`
174+
NeedBuild bool `json:",omitempty"`
175+
ActionID string `json:",omitempty"`
176+
BuildID string `json:",omitempty"`
177+
TimeReady time.Time
178+
TimeStart time.Time
179+
TimeDone time.Time
180180

181181
Cmd []string // `json:",omitempty"`
182182
CmdReal time.Duration `json:",omitempty"`

0 commit comments

Comments
 (0)