A simple pastebin application written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 226 B

5 years ago
123456789
  1. # gopaste
  2. A basic pastebin web app written in Go (golang). This is from a [JaxPHP/JaxWeb talk](https://www.meetup.com/JaxPHP-JaxWeb/events/hzgpcqyxpbcc/) on Nov. 28, 2018.
  3. ## Get Started
  4. ```
  5. go get code.as/matt/gopaste
  6. ```