https://github.com/devforfu/goapi
A demo REST API written in the Go language
https://github.com/devforfu/goapi
Last synced: 11 months ago
JSON representation
A demo REST API written in the Go language
- Host: GitHub
- URL: https://github.com/devforfu/goapi
- Owner: devforfu
- Created: 2019-02-17T08:00:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T11:40:32.000Z (over 7 years ago)
- Last Synced: 2025-04-03T12:24:00.074Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World Server
A simple Server-Client application written in the Go lanaguage.
The example is based on the code from _The Go Programming Language_.
This project is an author's attempt to dive into the Go language and
play with `http` and related packages of the standard library.