Go HTTP Server 源码
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.exe并运行最后一个命令。 可用命令 help - Displays all commands version - Displays the current version of the program run --file - Starts an HTT
文件列表
Go-HTTP-Server-main.zip
(预估有个6文件)
Go-HTTP-Server-main
runcommand_test.go
1KB
main.go
1KB
.gitignore
269B
README.md
737B
cmd.go
1KB
go.mod
31B
暂无评论