01todoapp

command
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2022 License: MIT Imports: 8 Imported by: 0

README

todo

$ http :8080/todos
HTTP/1.1 200 OK
Content-Length: 89
Content-Type: application/json; charset=utf-8
Date: Mon, 18 Jul 2022 16:15:19 GMT

{
    "items": [
        {
            "bool": false,
            "id": 1,
            "title": "hello"
        },
        {
            "bool": false,
            "id": 3,
            "title": "byebye"
        }
    ]
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL