/simple_go_api

Just a simple API for my own practing

Primary LanguageGo

Simple Go Api

A place to practice and experiment with my Go.

First Task

Write a POST /object_storage that returns

Post body

{ "name": "name" }

Response status 201

{ "id": "uuid", "name": "name" }