import
You can ignore unused import compile errors by adding an _ underscore to the beginning of the import.
import(
_ "fmt"
)
You can ignore unused import compile errors by adding an _ underscore to the beginning of the import.
import(
_ "fmt"
)