Home
last modified time | relevance | path

Searched defs:actionJSON (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Daction.go158 type actionJSON struct { struct
159 ID int
160 Mode string
161 Package string
162 Deps []int `json:",omitempty"`
163 IgnoreFail bool `json:",omitempty"`
164 Args []string `json:",omitempty"`
165 Link bool `json:",omitempty"`
166 Objdir string `json:",omitempty"`
167 Target string `json:",omitempty"`
[all …]