Skip to content

Commit 48d0402

Browse files
functionaryrsc
authored andcommitted
pdf: add a Go import comment
Fixes #23.
1 parent 2250572 commit 48d0402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfpasswd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Pdfpasswd searches for the password for an encrypted PDF
66
// by trying all strings over a given alphabet up to a given length.
7-
package main
7+
package main // import "rsc.io/pdf/pdfpasswd"
88

99
import (
1010
"flag"

0 commit comments

Comments
 (0)