Skip to content

Commit

Permalink
updating main.go to use official package instead of local now
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Endicott committed Jan 4, 2020
1 parent 9c97f05 commit c6ad5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"
"flag"
"./gossamer"
"github.com/GESkunkworks/gossamer/gossamer"
"github.com/GESkunkworks/gossamer/goslogger"
"github.com/GESkunkworks/acfmgr"
)
Expand Down

0 comments on commit c6ad5ff

Please sign in to comment.