blog/demo
bing fdb9085bbb copy from github 2022-01-17 11:47:51 +08:00
..
Dockerfile copy from github 2022-01-17 11:47:51 +08:00
Makefile copy from github 2022-01-17 11:47:51 +08:00
main.go copy from github 2022-01-17 11:47:51 +08:00
readme.md copy from github 2022-01-17 11:47:51 +08:00

readme.md

demo

这是一个由go语言编写的基本http服务用于各种测试。

编译

CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main main.go

打包

docker build -t demo:1.0 .