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: //