docs
docs copied to clipboard
Update go commands to match quickstarts
Signed-off-by: Hannah Hunter [email protected]
Description
update go commands from:
go build app.go/go run app.go
to:
go build/go run
Issue reference
#2679