Update dmarcparser.go

This commit is contained in:
Dolf Schimmel
2016-08-07 21:51:10 +02:00
committed by GitHub
parent f99646808a
commit b6b075cbdb

View File

@@ -1,9 +1,9 @@
package main
package dmarcaggparser
import (
"flag"
"fmt"
"github.com/gc1code/dmarcparser/dmarc"
"dmarc"
"os"
)