mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-07-17 03:34:05 +00:00
Debug prints
This commit is contained in:
@ -5,6 +5,10 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func debug(str string, args ...interface{}) {
|
||||
fmt.Printf(str+"\n", args...)
|
||||
}
|
||||
|
||||
func (f *FmpFile) ToDebugFile(fname string) {
|
||||
f_sectors, err := os.Create(fname + ".sectors")
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user