Re: [PATCH v2 2/3] golang/xenlight: init xenlight go module

2020-05-13 Thread George Dunlap
> On May 13, 2020, at 1:58 AM, Nick Rosbrook wrote: > > Initialize the xenlight Go module using the xenbits git-http URL, > xenbits.xenproject.org/git-http/xen.git/tools/golang/xenlight. > > Also simplify the build Make target by using `go build` instead of `go > install`, and do not set GOPA

[PATCH v2 2/3] golang/xenlight: init xenlight go module

2020-05-12 Thread Nick Rosbrook
Initialize the xenlight Go module using the xenbits git-http URL, xenbits.xenproject.org/git-http/xen.git/tools/golang/xenlight. Also simplify the build Make target by using `go build` instead of `go install`, and do not set GOPATH here because it is now unnecessary. Signed-off-by: Nick Rosbrook