While setting up my new Go with Sublime I wanted to install Oracle tools with the following command
go get golang.org/x/tools/cmd/oracle
package golang.org/x/tools/cmd/oracle: cannot find package "golang.org/x/tools/cmd/oracle" in any of:
C:\Go\src\golang.org\x\tools\cmd\oracle (from $GOROOT)
C:\Users\User\Go\src\golang.org\x\tools\cmd\oracle (from $GOPATH)
What am I doing wrong here?