complainer icon indicating copy to clipboard operation
complainer copied to clipboard

Issue on Centos 6.5

Open cnocito opened this issue 9 years ago • 0 comments
trafficstars

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)

cnocito avatar Nov 10 '16 17:11 cnocito