Factored import statement is a preferred way to format imports:

import (
	"fmt"
	"math"
)