Go - Source Script

Card Puncher Data Processing

About

In a source script, you have:

  • a package declaration
  • followed by an import declarations
  • followed by declarations of functions, variables, constants, and types (introduced by the keywords func, var, const, and type);





Discover More
Card Puncher Data Processing
Go - Package (Import)

Package in Go. Go treats files in a single directory as belonging to one package as long as they all have the same name in their package declarations. Go code is organized into packages (similar to libraries...



Share this page:
Follow us:
Task Runner