Key issues

  1. go outside voice function statement must start with keywords such as var, cons, func
  2. Inside the function variable must be used
  3. To compiled into an executable file, and the main package must have the main function (entry point)

Guess you like

Origin blog.51cto.com/14689382/2477499