package guess var mgr *Manager type Manager struct { } func Run() { mgr = new(Manager) }