put common init code in honk.go
This commit is contained in:
parent
761929ec47
commit
4f386cf558
|
@ -23,10 +23,6 @@ import (
|
|||
"humungus.tedunangst.com/r/webs/gate"
|
||||
)
|
||||
|
||||
func init() {
|
||||
notrand.Seed(time.Now().Unix())
|
||||
}
|
||||
|
||||
type Doover struct {
|
||||
ID int64
|
||||
When time.Time
|
||||
|
|
Loading…
Reference in New Issue