Go module code example Example: go imports package main import ( "fmt" "math" ) func main() { import "fmt" import "math" }