03-packages-and-scopes/questions/01-packages-A/README.md
1:
importstatement does that.3:
funcstatement does that.
package clause in a Go source-code file?package clause for a single source code file?package clause?my packagepackage mainpkg main4: You can also call it like (assuming there are file1.go file2.go and file3.go in the same directory): go run file1.go file2.go file3.go