An open API service indexing awesome lists of open source software.

https://github.com/tuanlc/simple-http-with-go

#leango #begin #getstarted #helloword
https://github.com/tuanlc/simple-http-with-go

Last synced: 4 months ago
JSON representation

#leango #begin #getstarted #helloword

Awesome Lists containing this project

README

        

# Simple http server with go

Tutorial link: https://gobyexample.com/http-servers

## To run

```bash
go run ./http-server.go
```