Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
#leango #begin #getstarted #helloword
- Host: GitHub
- URL: https://github.com/tuanlc/simple-http-with-go
- Owner: tuanlc
- Created: 2022-05-15T04:04:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T04:08:35.000Z (over 2 years ago)
- Last Synced: 2024-10-30T18:03:29.406Z (2 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```