5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 06:22:16 +08:00

[v2] Add missing import

This commit is contained in:
stffabi 2021-12-01 11:50:54 +01:00
parent 4bc0b30231
commit e6f42247e7

View File

@ -6,6 +6,7 @@ package build
import ( import (
"fmt" "fmt"
"log" "log"
"os"
"path/filepath" "path/filepath"
"strconv" "strconv"
"strings" "strings"