Make it public.
This commit is contained in:
parent
6bbea7c6d9
commit
03a2f60436
4 changed files with 14 additions and 7 deletions
5
mkconfig
5
mkconfig
|
@ -1,5 +0,0 @@
|
|||
MKSHELL = sh
|
||||
<$(MKINCDIR)/config
|
||||
WATCH_FILES = src tmpl
|
||||
CC = cc
|
||||
|
9
mkfile
9
mkfile
|
@ -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
7
readme.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# got
|
||||
|
||||
Go Telegram.
|
||||
|
||||
The module implements behaviour based interactions with user,
|
||||
screens with buttons, etc.
|
||||
|
Loading…
Reference in a new issue