import "fmt" import "math/rand"
import ( "fmt" // gives fmt.Println "math/rand" // gives rand.Intn )
See: Importing