diff options
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package debugger // initializes logging and command line options import ( - arg "github.com/alexflint/go-arg" + "go.wit.com/arg" "go.wit.com/log" ) |
![]() |
index : gui/debugger | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | args.go | 2 |
@@ -3,7 +3,7 @@ package debugger // initializes logging and command line options import ( - arg "github.com/alexflint/go-arg" + "go.wit.com/arg" "go.wit.com/log" ) |