build/internal/gomote
Carlos Amedee 37c398c51e internal/gomote: moves logic to server from client
These changes are being made in an attempt to move logic from the
client to the server.
- Changes the function which extracts the object name from a URL.
- Moves setting the environment variables to the server in ExecuteCommand endpoint.

For golang/go#47521
Updates golang/go#48742

Change-Id: I4fa370a1b3c949bd5913491d1650d131577ff30f
Reviewed-on: https://go-review.googlesource.com/c/build/+/406014
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Auto-Submit: Carlos Amedee <carlos@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-05-12 21:57:45 +00:00
..
protos internal/gomote: moves logic to server from client 2022-05-12 21:57:45 +00:00
README.md all: regenerate READMEs 2022-04-05 15:02:20 +00:00
doc.go all: regenerate READMEs 2022-04-05 15:02:20 +00:00
gomote.go internal/gomote: moves logic to server from client 2022-05-12 21:57:45 +00:00
gomote_test.go internal/gomote: moves logic to server from client 2022-05-12 21:57:45 +00:00

README.md

Go Reference

golang.org/x/build/internal/gomote

Package gomote contains all of the necessary components to implement and use the gomote funcitonality.