From b6d99a145f375f3820ed2e71388361e9f5674f2c Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 29 Nov 2018 10:24:33 -0500 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2da8d5 --- /dev/null +++ b/README.md @@ -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 +```