I have setup a test program with the following files

test folder with test.go and functions.go

both files contain . package main

function file has func in it called myfirstfunction() that just prints a 
line

from main I attempt to call myfirstfunction() but get compiler error saying 
it doesn't know anything about that function.

I've checked to make sure I have everything spelled correct and I do.

I attempted go run and it didn't work so I did a go build.  It did compile 
and run once but now it won't at all.

Any ideas?

Thanks,

Glenn

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to