1
0
mirror of https://github.com/byReqz/go-etcher.git synced 2024-11-21 22:43: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 package main
import ( import (
"crypto/sha256"
"fmt" "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" "io"
"time"
"log" "log"
"strings" "os"
"runtime" "runtime"
"strconv" "strconv"
"crypto/sha256" "strings"
"github.com/schollz/progressbar/v3" "time"
"github.com/fatih/color"
"github.com/briandowns/spinner"
flag "github.com/spf13/pflag"
ac "github.com/JoaoDanielRufino/go-input-autocomplete"
) )
var device string var device string