put common init code in honk.go
Ted Unangst tedu@tedunangst.com
Tue, 29 Oct 2019 15:53:20 -0400
2 files changed,
5 insertions(+),
4 deletions(-)
M
deliverator.go
→
deliverator.go
@@ -23,10 +23,6 @@
"humungus.tedunangst.com/r/webs/gate" ) -func init() { - notrand.Seed(time.Now().Unix()) -} - type Doover struct { ID int64 When time.Time