File tree 1 file changed +33
-32
lines changed
1 file changed +33
-32
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ var knownFormats = map[string]string{
65
65
"*math/big.Int %s" : "" ,
66
66
"*math/big.Int %v" : "" ,
67
67
"[16]byte %x" : "" ,
68
- "[]*cmd/compile/internal/gc.Node %v" : "" ,
69
68
"[]*cmd/compile/internal/ssa.Block %v" : "" ,
70
69
"[]*cmd/compile/internal/ssa.Value %v" : "" ,
71
70
"[][]string %q" : "" ,
@@ -172,36 +171,38 @@ var knownFormats = map[string]string{
172
171
"interface{} %s" : "" ,
173
172
"interface{} %v" : "" ,
174
173
"map[*cmd/compile/internal/gc.Node]*cmd/compile/internal/ssa.Value %v" : "" ,
174
+ "map[*cmd/compile/internal/gc.Node][]*cmd/compile/internal/gc.Node %v" : "" ,
175
175
"map[cmd/compile/internal/ssa.ID]uint32 %v" : "" ,
176
- "math/big.Accuracy %s" : "" ,
177
- "reflect.Type %s" : "" ,
178
- "rune %#U" : "" ,
179
- "rune %c" : "" ,
180
- "rune %q" : "" ,
181
- "string %-*s" : "" ,
182
- "string %-16s" : "" ,
183
- "string %-6s" : "" ,
184
- "string %.*s" : "" ,
185
- "string %q" : "" ,
186
- "string %s" : "" ,
187
- "string %v" : "" ,
188
- "time.Duration %d" : "" ,
189
- "time.Duration %v" : "" ,
190
- "uint %04x" : "" ,
191
- "uint %5d" : "" ,
192
- "uint %d" : "" ,
193
- "uint %x" : "" ,
194
- "uint16 %d" : "" ,
195
- "uint16 %v" : "" ,
196
- "uint16 %x" : "" ,
197
- "uint32 %#x" : "" ,
198
- "uint32 %d" : "" ,
199
- "uint32 %v" : "" ,
200
- "uint32 %x" : "" ,
201
- "uint64 %08x" : "" ,
202
- "uint64 %d" : "" ,
203
- "uint64 %x" : "" ,
204
- "uint8 %d" : "" ,
205
- "uint8 %x" : "" ,
206
- "uintptr %d" : "" ,
176
+ "math/big.Accuracy %s" : "" ,
177
+ "reflect.Type %s" : "" ,
178
+ "rune %#U" : "" ,
179
+ "rune %c" : "" ,
180
+ "rune %q" : "" ,
181
+ "string %-*s" : "" ,
182
+ "string %-16s" : "" ,
183
+ "string %-6s" : "" ,
184
+ "string %.*s" : "" ,
185
+ "string %q" : "" ,
186
+ "string %s" : "" ,
187
+ "string %v" : "" ,
188
+ "time.Duration %d" : "" ,
189
+ "time.Duration %v" : "" ,
190
+ "uint %04x" : "" ,
191
+ "uint %5d" : "" ,
192
+ "uint %d" : "" ,
193
+ "uint %x" : "" ,
194
+ "uint16 %d" : "" ,
195
+ "uint16 %v" : "" ,
196
+ "uint16 %x" : "" ,
197
+ "uint32 %#x" : "" ,
198
+ "uint32 %d" : "" ,
199
+ "uint32 %v" : "" ,
200
+ "uint32 %x" : "" ,
201
+ "uint64 %08x" : "" ,
202
+ "uint64 %d" : "" ,
203
+ "uint64 %x" : "" ,
204
+ "uint8 %d" : "" ,
205
+ "uint8 %v" : "" ,
206
+ "uint8 %x" : "" ,
207
+ "uintptr %d" : "" ,
207
208
}
You can’t perform that action at this time.
0 commit comments