show both ways to run this
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
99999b9654
commit
a152f39aab
3
Makefile
3
Makefile
|
@ -58,3 +58,6 @@ clean:
|
||||||
# this will test the golang.org/x -> googlesource override
|
# this will test the golang.org/x -> googlesource override
|
||||||
git-clone:
|
git-clone:
|
||||||
./go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod
|
./go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod
|
||||||
|
|
||||||
|
debian:
|
||||||
|
go-deb --no-gui --repo go.wit.com/apps/go-clone
|
||||||
|
|
4
argv.go
4
argv.go
|
@ -21,8 +21,10 @@ By default, go-clone will find your go.work file and work from there.
|
||||||
Otherwise, it will create a work/ directory.
|
Otherwise, it will create a work/ directory.
|
||||||
|
|
||||||
This will recursively clone the sources for this app into a work/ directory:
|
This will recursively clone the sources for this app into a work/ directory:
|
||||||
|
go-clone --recursive go.wit.com/apps/go-clone
|
||||||
|
|
||||||
go-clone --recursive go.wit.com/apps/go-clone
|
This will recursively clone the sources 'the old way' into ~/go/src:
|
||||||
|
go-clone --recursive --go-src --no-work go.wit.com/apps/go-clone
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue