Allow renaming of extracted stats via tag.
This commit is contained in:
		| @@ -12,7 +12,7 @@ type SmokeTestCollection struct { | ||||
|  | ||||
| 	Flavor cardsim.Stored[string] | ||||
|  | ||||
| 	Things       int     `cardsim:"stat"` | ||||
| 	Things       int     `cardsim:"stat" cardsim_name:"A Renamed Thing"` | ||||
| 	MoreThings   int     `cardsim:"hidden"` | ||||
| 	FloatyThings float64 `cardsim:"round1"` | ||||
| 	Label        string  `cardsim:"stat"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user