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

https://github.com/marquesrf/snippetbox

Go Snippet Box
https://github.com/marquesrf/snippetbox

Last synced: 11 months ago
JSON representation

Go Snippet Box

Awesome Lists containing this project

README

          

# Go Snippet Box

This web application allows people to paste and share snippets of text, like [Pastebin](https://pastebin.com/).

| Method | URL Pattern | Handler | Action |
|----------|---------------|-----------|-----------|
| ANY | / | home | Display the home page |
| ANY | /snippet/view | snippetView | Display a specific snippet |
| POST | /snippet/create | snippetCreate | Create a new snippet |