modulepackage
0.0.0-20240829154252-9a9cc4a83282
Repository: https://github.com/meteormin/go-webserver.git
Documentation: pkg.go.dev
# README
Go simple static web server
- Go Built-in http패키지를 활용한 정적 웹 서버
How to use
1. Start Go Web Server
$ make run
2. Check Go Web Server
- Go Web Server: http://localhost:8080
How to build
$ make build
Docker
$ make build-docker
$ make run-docker