From b6b075cbdb62b0261e8f2a15be4a998e9161f63f Mon Sep 17 00:00:00 2001 From: Dolf Schimmel Date: Sun, 7 Aug 2016 21:51:10 +0200 Subject: [PATCH] Update dmarcparser.go --- dmarcparser.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmarcparser.go b/dmarcparser.go index 0b475a8..c1cb478 100644 --- a/dmarcparser.go +++ b/dmarcparser.go @@ -1,9 +1,9 @@ -package main +package dmarcaggparser import ( "flag" "fmt" - "github.com/gc1code/dmarcparser/dmarc" + "dmarc" "os" )