Probably a bad choice of words. What I should have said was when the documentation is followed, macroexpanding a '(go...)' form does not expand the 'go' macro, and just leaves it as is, which is interpreted as an undefined function.
when the :refer is changed to :refer-macros, then '(go ...' is macroexpanded properly