7 lines
125 B
Go
7 lines
125 B
Go
package clicker
|
|
|
|
const (
|
|
apiEndpoint string = "https://api.hamsterkombatgame.io/clicker"
|
|
)
|
|
|
|
type EmptyChannel chan struct{}
|