mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-03-11 17:45:32 +00:00
some corrections and tests
This commit is contained in:
parent
fa01ae1241
commit
f9ca05394d
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ package main
|
|||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/ap-pauloafonso/ratio-spoof/internal/emulation"
|
||||
|
|
@ -64,7 +65,7 @@ required arguments:
|
|||
qbit)
|
||||
|
||||
if err != nil {
|
||||
panic(err)
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
go printer.PrintState(r)
|
||||
|
|
|
|||
Loading…
Reference in a new issue