Add README

This commit is contained in:
Matt Baer 2018-11-29 10:24:33 -05:00
parent b881e80b19
commit b6d99a145f

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# gopaste
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.
## Get Started
```
go get code.as/matt/gopaste
```