Search
❯
Apr 22, 20241 min read
Factored import statement is a preferred way to format imports:
import ( "fmt" "math" )