The problem is solved.
1. Apparently go run some_file.go do not compile all files. Must use go build 
instead.
2. While trying different solutions and have misspeled name of func, never spot 
it so go build give me undefined <name of func>, again, I have got even more 
confused.
After fixing error: [go build] than [./<name of exe>]  all works.
Jan, some on stackoverflow suggested [go run *.go], it did'n work for I have 
test files in same directory/package, Golang respond with a message about that. 
Thank You.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to