some corrections and tests

This commit is contained in:
ap-pauloafonso 2021-02-11 23:50:09 -03:00
parent fa01ae1241
commit f9ca05394d

View file

@ -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)