a simple http server (template) written in go
Find a file
2022-07-04 10:02:06 +02:00
.vscode initial commit 2022-07-04 10:02:06 +02:00
src initial commit 2022-07-04 10:02:06 +02:00
static initial commit 2022-07-04 10:02:06 +02:00
systemd initial commit 2022-07-04 10:02:06 +02:00
.gitignore initial commit 2022-07-04 10:02:06 +02:00
go.mod initial commit 2022-07-04 10:02:06 +02:00
LICENSE.md initial commit 2022-07-04 10:02:06 +02:00
main.go initial commit 2022-07-04 10:02:06 +02:00
README.md initial commit 2022-07-04 10:02:06 +02:00

go-http-server

a simple http server (template) written in go

environment variables

  • GO_HTTP_ADDRESS: listen address of the http server
  • GO_HTTP_PORT: port of the http server

build process

  • git clone https://git.velvettear.de/velvettear/go-http-server.git
  • cd go-http-server
  • go build