| Alternative solution would be to run all initialization code in go routines to make it independent of initialization order but having a defined initialization order is much cleaner. | ||
|---|---|---|
| .. | ||
| matchmaker.go | ||
| notifier.go | ||
| websessions.go | ||
| Alternative solution would be to run all initialization code in go routines to make it independent of initialization order but having a defined initialization order is much cleaner. | ||
|---|---|---|
| .. | ||
| matchmaker.go | ||
| notifier.go | ||
| websessions.go | ||