1
0
mirror of https://github.com/byReqz/go-etcher.git synced 2024-11-21 14:33:14 +00:00
This commit is contained in:
Nils 2022-03-26 11:12:58 +01:00
parent 947660b773
commit 427c4fd990
Signed by: byreqz
GPG Key ID: 396A62D7D436749E

19
main.go
View File

@ -1,19 +1,20 @@
package main
import (
"crypto/sha256"
"fmt"
"os"
ac "github.com/JoaoDanielRufino/go-input-autocomplete"
"github.com/briandowns/spinner"
"github.com/fatih/color"
"github.com/schollz/progressbar/v3"
flag "github.com/spf13/pflag"
"io"
"time"
"log"
"strings"
"os"
"runtime"
"strconv"
"crypto/sha256"
"github.com/schollz/progressbar/v3"
"github.com/fatih/color"
"github.com/briandowns/spinner"
flag "github.com/spf13/pflag"
ac "github.com/JoaoDanielRufino/go-input-autocomplete"
"strings"
"time"
)
var device string