fix up godoc package name error

This commit is contained in:
Eliot Whalan 2016-07-14 15:52:18 +10:00
parent 4eb9ba2cea
commit f1ba785e38
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Package pastebin is a simple modern and powerful pastebin service
package main
package pastebin
import (
"crypto/sha1"