https://github.com/marquesrf/snippetbox
Go Snippet Box
https://github.com/marquesrf/snippetbox
Last synced: 11 months ago
JSON representation
Go Snippet Box
- Host: GitHub
- URL: https://github.com/marquesrf/snippetbox
- Owner: marquesrf
- Created: 2024-02-21T03:19:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T16:54:43.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:13:37.107Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |