chore: update readme and makefile
This commit is contained in:
parent
39868f4f07
commit
816ae68aeb
2 changed files with 10 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,3 +1,5 @@
|
|||
all: build
|
||||
|
||||
build: lint
|
||||
CGO_ENABLED=0 go build -v -trimpath -ldflags='-s -w'
|
||||
|
||||
|
|
@ -13,4 +15,4 @@ send: pack
|
|||
clean:
|
||||
rm -f tgbot_misaka_5882f7 tgbot_misaka_5882f7.*
|
||||
|
||||
.PHONY: build pack send clean
|
||||
.PHONY: all build pack send clean test
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
`MISAKA 5882F7`
|
||||
# `MISAKA 5882F7`
|
||||
|
||||
Just another random telegram bot.
|
||||
|
||||
Code is messy. Expect a lot of hiccups.
|
||||
|
||||
## Known problems
|
||||
|
||||
- Message caching needs improvement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue