An open API service indexing awesome lists of open source software.

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

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.