It is not recommended to import line by line:
import "fmt"
import "log"
import "math/rand"import (
  "fmt"
  "log"
  "math/rand"
)