A demo project for fastwego/feishu
- checkout project
git clone https://github.com/fastwego/feishu-demo.git
- install fastwego/feishu
go get -u github.com/fastwego/feishu
- build
go build
- edit config in
.env.dist
file and rename to.env
- run
feishu-demo
- that's all & good luck ;)