more work done

This commit is contained in:
ston1th 2019-05-01 22:25:23 +02:00
commit abc6159044
24 changed files with 309 additions and 230 deletions

6
pkg/scan/pdf.go Normal file
View file

@ -0,0 +1,6 @@
package scan
type PDF struct {
cmd string
args []string
}