init: mvp
This commit is contained in:
commit
e307989b9f
20 changed files with 835 additions and 0 deletions
7
internal/clicker/const.go
Normal file
7
internal/clicker/const.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package clicker
|
||||
|
||||
const (
|
||||
apiEndpoint string = "https://api.hamsterkombatgame.io/clicker"
|
||||
)
|
||||
|
||||
type EmptyChannel chan struct{}
|
Loading…
Add table
Add a link
Reference in a new issue