https://github.com/hack-light/go-basic-server
https://github.com/hack-light/go-basic-server
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hack-light/go-basic-server
- Owner: Hack-Light
- Created: 2022-07-30T19:17:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T19:18:44.000Z (over 3 years ago)
- Last Synced: 2025-02-11T21:02:06.533Z (about 1 year ago)
- Language: Go
- Size: 3.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GO-SERVER
This is a basic golang file server that handles a `GET` and a `POST` request.
### How to Run
- clone this repo
- navigate into the cloned folder
- run `go run main.go`