diff --git a/v2/cmd/wails/internal/commands/doctor/doctor_go118.go b/v2/cmd/wails/internal/commands/doctor/doctor_go118.go index 8118b495..8074f717 100644 --- a/v2/cmd/wails/internal/commands/doctor/doctor_go118.go +++ b/v2/cmd/wails/internal/commands/doctor/doctor_go118.go @@ -3,6 +3,12 @@ package doctor +import ( + "fmt" + "runtime/debug" + "text/tabwriter" +) + func printBuildSettings(w *tabwriter.Writer) { if buildInfo, _ := debug.ReadBuildInfo(); buildInfo != nil { buildSettingToName := map[string]string{