Edition sets the edition name. This can be set multiple times.
(edition string)
| 206 | |
| 207 | // Edition sets the edition name. This can be set multiple times. |
| 208 | func Edition(edition string) { |
| 209 | NewString(editionKey).Set(edition) |
| 210 | } |
| 211 | |
| 212 | type Statistics struct { |
| 213 | min *atomic.Float64 |