Add newline to delete reference

This commit is contained in:
Eliot Whalan 2016-06-19 17:56:22 +10:00
parent 248026b6bc
commit 89a39504d8
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import (
const (
ADDRESS = "http://localhost:9900"
LENGTH = 6
DELETE = ADDRESS + "/{PASTE}/{DELKEY}"
DELETE = ADDRESS + "/{PASTE}/{DELKEY}\n"
PASTEARGS = ADDRESS + "/p/{PASTE}/(python|language)\n"
URLARGS = ADDRESS + "/save/XML|JSON\n"
SOURCE = "Source: https://github.com/ewhal/Pastebin\n"