mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-07-07 15:44:04 +00:00
Tables
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func debug(str string, args ...interface{}) {
|
||||
fmt.Printf(str+"\n", args...)
|
||||
// fmt.Printf(str+"\n", args...)
|
||||
}
|
||||
|
||||
func (f *FmpFile) ToDebugFile(fname string) {
|
||||
|
Reference in New Issue
Block a user