@robpike @whenning Tl;dr: I build state machines and debugging them is hard, so I have code that attaches labels to the states, insanely helpful in figuring out where I goofed. In production there can be huge numbers of states, don't want to incur the memory cost. Am seriously considering attaching a structured comment to this code and having a homegrown preprocessor to switch it in/out.