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

Fix missing import

This commit is contained in:
Dario Emerson 2020-05-21 01:35:34 +02:00 committed by GitHub
parent a94a1a9fcb
commit cc204ab1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ package main
import (
"fmt"
"runtime"
"github.com/leaanthony/spinner"
"github.com/wailsapp/wails/cmd"