andrei-dascalu / basic-http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic HTTP

Idiomatic Go http server

  • servers only / endpoint
  • uses template in handler/template.html to provide a HTML response
  • can handler GET param favoriteTree
  • if this parameter is not specified or is empty, will ask for your favorite tree in response

Execute tests

go test -v ./...

Start server on port 8000

go run main.go

About


Languages

Language:Go 88.2%Language:HTML 11.8%