title Beginners in Golang user strick ip 75.144.20.102 vol 1 Some suggestions for getting started: 1. Hello world. 2. echo.go -- print your arguments. 2a. import "os" and "fmt" 2b. import "flag" and use flag.Arg(int) (hint you must call flag.Parse()) 2c. import "bufio" and use NewWriter(os.Stdout) 3. Print the average of the command line arguments, which are floating point numbers. 3b. import "math/big" and use big.Int