January 2018
Intermediate to advanced
340 pages
8h 6m
English
The simplest package you can have is a single file inside a directory. Create a new file, ~/src/hello/hello.go, and put the following code inside:
package mainimport "fmt"func main() { fmt.Println("Hello, world.")}
Read now
Unlock full access