Skip removes the generated file from the plugin output.
()
| 1209 | |
| 1210 | // Skip removes the generated file from the plugin output. |
| 1211 | func (g *GeneratedFile) Skip() { |
| 1212 | g.skip = true |
| 1213 | } |
| 1214 | |
| 1215 | // Unskip reverts a previous call to [GeneratedFile.Skip], |
| 1216 | // re-including the generated file in the plugin output. |
no outgoing calls