This repository has been archived on 2022-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
MengYX 1e9d564526
Update Golang Version Tips
2020-12-28 14:20:23 +08:00
builder Fixes 2020-11-07 17:24:45 +08:00
.gitignore Init 2020-11-07 16:27:58 +08:00
LICENSE Create LICENSE 2020-11-07 17:29:42 +08:00
README.md Update Golang Version Tips 2020-12-28 14:20:23 +08:00
go.mod Init 2020-11-07 16:27:58 +08:00
go.sum Init 2020-11-07 16:27:58 +08:00
main.go Fixes 2020-11-07 17:24:45 +08:00

README.md

Simple Server for UnlockMusic

  • 一个简易的单文件部署的本地Http服务器
  • 基于Golang 1.16的embed功能
  • 方便普通使用者运行和部署

使用方法

从Release下载

手动构建

  • 安装golang 1.16以上的版本(Tips 2020/12/28: Golang1.16当前为beta状态)
go generate
go build