This commit is contained in:
Jon Lundy 2018-03-14 07:22:14 -06:00
parent 22b5e89784
commit d919601098
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/paste /paste
/vendor /vendor
/public /public
/routes/bindata.go /src/routes/bindata.go
/src/docs/bindata.go

View File

@ -1,7 +1,7 @@
// Package Paste API. // Package Paste API.
// //
// the purpose of this application is to provide an application // 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: // Terms Of Service:
// //