blog/demo
huangkun dc9d8b6e94 feat 不知道改了什么 2024-12-24 15:54:37 +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 feat 不知道改了什么 2024-12-24 15:54:37 +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 .