// support for rpaste (bpaste) package paste var ( rpasteTimeMap = map[string]string{ "1hour": "1hour", "1day": "1day", "1week": "1week", } )