fix up godoc package name error
This commit is contained in:
parent
bb5d97afe6
commit
435ab89dfb
|
@ -1,5 +1,5 @@
|
||||||
// Package pastebin is a simple modern and powerful pastebin service
|
// Package pastebin is a simple modern and powerful pastebin service
|
||||||
package main
|
package pastebin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/sha1"
|
"crypto/sha1"
|
||||||
|
|
Loading…
Reference in New Issue