package clicker const ( apiEndpoint string = "https://api.hamsterkombatgame.io/clicker" ) type EmptyChannel chan struct{}