Very minimal webserver in GoLang that displays latest news from BBC
The entire code is in index.go file
- Clone the repo
- Get into the folder and type
go run index.go
- Browse
http://localhost:9080
Very minimal webserver in GoLang that displays latest news from BBC
GoMIT