Error cannot convert type <*main.b> to interface <error>
on valid Go code
#246
Labels
cannot convert type <*main.b> to interface <error>
on valid Go code
#246
When attempting to run the following snippet of Go code in the latest version of gophernotes,
v0.7.4
, I get the following error:However, running essentially the same snippet with a
package main
declaration at the top yields the correc output.:)
The text was updated successfully, but these errors were encountered: