We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2250572 commit 48d0402Copy full SHA for 48d0402
pdfpasswd/main.go
@@ -4,7 +4,7 @@
4
5
// Pdfpasswd searches for the password for an encrypted PDF
6
// by trying all strings over a given alphabet up to a given length.
7
-package main
+package main // import "rsc.io/pdf/pdfpasswd"
8
9
import (
10
"flag"
0 commit comments