Added placeholder state

This commit is contained in:
nefrace 2023-01-20 01:44:57 +03:00
parent 681a7bfc94
commit 81601daaf1
2 changed files with 8 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module godette
module git.nefrace.ru/nefrace/godette
go 1.19

7
states.go Normal file
View File

@ -0,0 +1,7 @@
package main
import neco "git.nefrace.ru/nefrace/nechotron"
func MainState(u *neco.Update) (neco.Runnable, error) {
return nil, nil
}