You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
MengYX 1e9d564526
Update Golang Version Tips
2 years ago
builder Fixes 3 years ago
.gitignore Init 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Update Golang Version Tips 2 years ago
go.mod Init 3 years ago
go.sum Init 3 years ago
main.go Fixes 3 years ago

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