From d919601098111ca79e01cc1550c4189cf9395537 Mon Sep 17 00:00:00 2001 From: Jon Lundy Date: Wed, 14 Mar 2018 07:22:14 -0600 Subject: [PATCH] update --- .gitignore | 3 ++- cmd/paste/main.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd6a5bf..55df7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /paste /vendor /public -/routes/bindata.go +/src/routes/bindata.go +/src/docs/bindata.go diff --git a/cmd/paste/main.go b/cmd/paste/main.go index 1b771ce..9bf2d60 100644 --- a/cmd/paste/main.go +++ b/cmd/paste/main.go @@ -1,7 +1,7 @@ // Package Paste API. // // the purpose of this application is to provide an application -// that is using plain go code to define an API +// that is using plain go code to define a paste API // // Terms Of Service: //