文件名称:Go-HTTP-Server
文件大小:3KB
文件格式:ZIP
更新时间:2024-04-19 22:02:12
Go
HTTP服务器
简单的命令行界面程序,运行HTTP Web服务器,并提供一个文件作为CLI参数。
安装指南
git clone https://github.com/kploskonka/Go-HTTP-Server.git
cd GO-HTTP-Server
go test . (optional, to check if tests are passing)
go build
.\Go-HTTP-Server.exe
【文件预览】:
Go-HTTP-Server-main
----runcommand_test.go(1KB)
----main.go(1KB)
----.gitignore(269B)
----README.md(737B)
----cmd.go(1KB)
----go.mod(31B)