https://github.com/kei-k23/simple-go-api
Creating Go API with Go standard net/http without using any external library
https://github.com/kei-k23/simple-go-api
api go standard-library
Last synced: 6 months ago
JSON representation
Creating Go API with Go standard net/http without using any external library
- Host: GitHub
- URL: https://github.com/kei-k23/simple-go-api
- Owner: Kei-K23
- Created: 2024-09-22T03:26:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T03:26:59.000Z (over 1 year ago)
- Last Synced: 2025-04-02T02:53:16.950Z (10 months ago)
- Topics: api, go, standard-library
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Go API
Creating `Go` API with `Go` standard `net/http` without using any external library.