←back to thread

167 points jgrahamc | 1 comments | | HN request time: 0.208s | source
1. wrs ◴[] No.43558434[source]
I had a similar problem where builds were timing out. When I looked at the build log, there was a calendar in it (?!). I eventually figured out a script was calling `date`, and something I had `go install`ed (I think) had a test binary called `date` that was an interactive calendar.