Target sets the target name. This can be set multiple times.
(target string)
| 201 | |
| 202 | // Target sets the target name. This can be set multiple times. |
| 203 | func Target(target string) { |
| 204 | NewString(targetKey).Set(target) |
| 205 | } |
| 206 | |
| 207 | // Edition sets the edition name. This can be set multiple times. |
| 208 | func Edition(edition string) { |