cnocito
Results
1
issues of
cnocito
Had to append the code as follows to avoid a "bad file descriptor" error. f, err := os.OpenFile(file, os.O_APPEND|os.O_CREATE, 0666) for f, err := os.OpenFile(file, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0666)