Make it public.

This commit is contained in:
Andrey Parhomenko 2023-08-09 23:20:30 +03:00
parent 6bbea7c6d9
commit 03a2f60436
4 changed files with 14 additions and 7 deletions

View file

@ -1,5 +0,0 @@
MKSHELL = sh
<$(MKINCDIR)/config
WATCH_FILES = src tmpl
CC = cc

9
mkfile
View file

@ -1,3 +1,8 @@
<mkconfig
<$MKINCDIR/gobuild
all: build
build:V:
go build -o exe/ ./cmd/...
clean:
rm -rf exe/*

7
readme.md Normal file
View file

@ -0,0 +1,7 @@
# got
Go Telegram.
The module implements behaviour based interactions with user,
screens with buttons, etc.