change to alex's local tree
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
a9329f794f
commit
9e8a40023c
4
Makefile
4
Makefile
|
@ -5,8 +5,8 @@ all:
|
|||
|
||||
redomod:
|
||||
rm -f go.*
|
||||
go mod init
|
||||
go mod tidy
|
||||
GO111MODULE= go mod init
|
||||
GO111MODULE= go mod tidy
|
||||
|
||||
github:
|
||||
git push -u github master
|
||||
|
|
2
args.go
2
args.go
|
@ -3,7 +3,7 @@ package debugger
|
|||
// initializes logging and command line options
|
||||
|
||||
import (
|
||||
"go.wit.com/arg"
|
||||
"go.wit.com/dev/alexflint/arg"
|
||||
"go.wit.com/log"
|
||||
)
|
||||
|
||||
|
|
2
main.go
2
main.go
|
@ -6,7 +6,7 @@ import (
|
|||
"go.wit.com/log"
|
||||
"go.wit.com/gui/gui"
|
||||
"go.wit.com/gui/gadgets"
|
||||
"go.wit.com/gui/gadgets/logsettings"
|
||||
"go.wit.com/gui/lib/logsettings"
|
||||
)
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@ package debugger
|
|||
import (
|
||||
"go.wit.com/gui/gui"
|
||||
"go.wit.com/gui/gadgets"
|
||||
"go.wit.com/gui/gadgets/logsettings"
|
||||
"go.wit.com/gui/lib/logsettings"
|
||||
)
|
||||
|
||||
var me *debuggerSettings
|
||||
|
|
Loading…
Reference in New Issue