gotil icon indicating copy to clipboard operation
gotil copied to clipboard

homeDir is racy

Open djui opened this issue 8 years ago • 0 comments

https://github.com/akutz/gotil/blob/master/gotil.go#L280 is racy and could be made idiomatic using https://golang.org/src/sync/once.go?s=1139:1166#L25 .

djui avatar Mar 14 '16 10:03 djui