Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
pdf: add a Go import comment
Browse files Browse the repository at this point in the history
Fixes #23.
  • Loading branch information
functionary authored and rsc committed Apr 11, 2018
1 parent 2250572 commit 48d0402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfpasswd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

import (
"flag"
Expand Down

0 comments on commit 48d0402

Please sign in to comment.