fix up godoc package name error

This commit is contained in:
Eliot Whalan 2016-07-14 15:52:18 +10:00
parent bb5d97afe6
commit 435ab89dfb
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
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"