Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 232 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 232 Bytes

🍻 bilibili api

获取

$ git clone https://github.com/gantoho/bili-api-go.git
$ cd bili-api-go

运行

$ go mod tidy
$ go run main.go

打包

Linux

$ go build -o bin/main main.go