Skip to content

Commit 52d665b

Browse files
committed
Remove import comment
1 parent 186fcbb commit 52d665b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 // import "rsc.io/pdf/pdfpasswd"
7+
package main
88

99
import (
1010
"flag"

0 commit comments

Comments
 (0)