package main import ( "git.fromouter.space/mcg/draft" ) type session struct { Players map[string]draft.Player }