https://github.com/mukulmantosh/go-basic
HTTP Handling with Go
https://github.com/mukulmantosh/go-basic
golang http
Last synced: 3 months ago
JSON representation
HTTP Handling with Go
- Host: GitHub
- URL: https://github.com/mukulmantosh/go-basic
- Owner: mukulmantosh
- Created: 2023-06-29T07:41:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T07:44:39.000Z (about 2 years ago)
- Last Synced: 2025-03-25T05:04:21.731Z (3 months ago)
- Topics: golang, http
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic HTTP with Go

Run the below command
```
go build
```To run the application
```
go run main.go
```