[golang/go] package ### is not in GOROOT (#47512)

From: notifications@github.com
Domain: IP info github.com
MX-server: IP info smtp.github.com
Size: 59764 Bytes
Create: 2021-08-03
Update: 2021-08-03
Score: 0
Safe: Yes

Outbound domains: github.com | apps.apple.com | play.google.com |

What version of Go are you using (go version)?

$ go version
go version go1.16.6 linux/amd64

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/hadi/.cache/go-build"
GOENV="/home/hadi/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/hadi/Programming/Go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/hadi/Programming/Go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/home/hadi/DevTools/Go/bin"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/hadi/DevTools/Go/bin/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.16.6"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build2492157252=/tmp/go-build -gno-record-gcc-switches"

What did you do?

$ go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v github.com/zmb3/gogetdoc
go get -u -v github.com/golang/lint/golint
go get -u -v github.com/lukehoban/go-outline
go get -u -v sourcegraph.com/sqs/goreturns
go get -u -v golang.org/x/tools/cmd/gorename
go get -u -v github.com/tpng/gopkgs
go get -u -v github.com/newhook/go-symbols
go get -u -v golang.org/x/tools/cmd/guru
go get -u -v github.com/cweill/gotests/...
go get -u -v golang.org/x/tools/cmd/godoc
go get -u -v github.com/fatih/gomodifytags
github.com/nsf/gocode imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/nsf/gocode imports
	encoding/binary: package encoding/binary is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/binary)
github.com/nsf/gocode imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/nsf/gocode imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
github.com/nsf/gocode imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/nsf/gocode imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/nsf/gocode imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/nsf/gocode imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
github.com/nsf/gocode imports
	go/constant: package go/constant is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/constant)
github.com/nsf/gocode imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/nsf/gocode imports
	go/scanner: package go/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/scanner)
github.com/nsf/gocode imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/nsf/gocode imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
github.com/nsf/gocode imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
github.com/nsf/gocode imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
github.com/nsf/gocode imports
	net: package net is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net)
github.com/nsf/gocode imports
	net/http: package net/http is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/http)
github.com/nsf/gocode imports
	net/http/pprof: package net/http/pprof is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/http/pprof)
github.com/nsf/gocode imports
	net/rpc: package net/rpc is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/rpc)
github.com/nsf/gocode imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/nsf/gocode imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
github.com/nsf/gocode imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/nsf/gocode imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
github.com/nsf/gocode imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
github.com/nsf/gocode imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
github.com/nsf/gocode imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
github.com/nsf/gocode imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
github.com/nsf/gocode imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/nsf/gocode imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
github.com/nsf/gocode imports
	text/scanner: package text/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/scanner)
github.com/nsf/gocode imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
github.com/nsf/gocode imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
github.com/nsf/gocode imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
github.com/rogpeppe/godef imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
github.com/rogpeppe/godef imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/rogpeppe/godef imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
github.com/rogpeppe/godef imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/rogpeppe/godef imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
github.com/rogpeppe/godef imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/rogpeppe/godef imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/rogpeppe/godef imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/rogpeppe/godef imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
github.com/rogpeppe/godef imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/rogpeppe/godef imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/rogpeppe/godef imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
github.com/rogpeppe/godef imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
github.com/rogpeppe/godef imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
github.com/rogpeppe/godef imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
github.com/rogpeppe/godef imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/rogpeppe/godef imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
github.com/rogpeppe/godef imports
	os/user: package os/user is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/user)
github.com/rogpeppe/godef imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/rogpeppe/godef imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
github.com/rogpeppe/godef imports
	runtime/debug: package runtime/debug is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/debug)
github.com/rogpeppe/godef imports
	runtime/pprof: package runtime/pprof is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/pprof)
github.com/rogpeppe/godef imports
	runtime/trace: package runtime/trace is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/trace)
github.com/rogpeppe/godef imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
github.com/rogpeppe/godef imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
github.com/rogpeppe/godef imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
github.com/rogpeppe/godef imports
	github.com/rogpeppe/godef/go/ast imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
github.com/rogpeppe/godef imports
	github.com/rogpeppe/godef/go/ast imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
github.com/rogpeppe/godef imports
	github.com/rogpeppe/godef/go/printer imports
	text/tabwriter: package text/tabwriter is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/tabwriter)
github.com/rogpeppe/godef imports
	github.com/rogpeppe/godef/go/types imports
	container/list: package container/list is not in GOROOT (/home/hadi/DevTools/Go/bin/src/container/list)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	go/scanner: package go/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/scanner)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	9fans.net/go/draw imports
	encoding/binary: package encoding/binary is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/binary)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	9fans.net/go/draw imports
	image: package image is not in GOROOT (/home/hadi/DevTools/Go/bin/src/image)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	9fans.net/go/draw imports
	image/color: package image/color is not in GOROOT (/home/hadi/DevTools/Go/bin/src/image/color)
github.com/rogpeppe/godef imports
	9fans.net/go/acme imports
	9fans.net/go/plan9/client imports
	net: package net is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	go/constant: package go/constant is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/constant)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	math: package math is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	math/big: package math/big is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math/big)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	text/scanner: package text/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/scanner)
github.com/rogpeppe/godef imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/core imports
	sync/atomic: package sync/atomic is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync/atomic)
github.com/zmb3/gogetdoc imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/zmb3/gogetdoc imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/zmb3/gogetdoc imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
github.com/zmb3/gogetdoc imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/zmb3/gogetdoc imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/zmb3/gogetdoc imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/zmb3/gogetdoc imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
github.com/zmb3/gogetdoc imports
	go/doc: package go/doc is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/doc)
github.com/zmb3/gogetdoc imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/zmb3/gogetdoc imports
	go/printer: package go/printer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/printer)
github.com/zmb3/gogetdoc imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/zmb3/gogetdoc imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
github.com/zmb3/gogetdoc imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
github.com/zmb3/gogetdoc imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
github.com/zmb3/gogetdoc imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
github.com/zmb3/gogetdoc imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/zmb3/gogetdoc imports
	runtime/debug: package runtime/debug is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/debug)
github.com/zmb3/gogetdoc imports
	runtime/pprof: package runtime/pprof is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/pprof)
github.com/zmb3/gogetdoc imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
github.com/zmb3/gogetdoc imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/zmb3/gogetdoc imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
github.com/zmb3/gogetdoc imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/ast/astutil imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/ast/astutil imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/buildutil imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/buildutil imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/buildutil imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/buildutil imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/buildutil imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	go/scanner: package go/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/scanner)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/sys/execabs imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/xerrors imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	encoding/binary: package encoding/binary is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/binary)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	go/constant: package go/constant is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/constant)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	math: package math is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	math/big: package math/big is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math/big)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	text/scanner: package text/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/scanner)
github.com/zmb3/gogetdoc imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/core imports
	sync/atomic: package sync/atomic is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync/atomic)
go get: github.com/golang/lint@none updating to
	github.com/golang/lint@v0.0.0-20210508222113-6edffad5e616: parsing go.mod:
	module declares its path as: golang.org/x/lint
	        but was required as: github.com/golang/lint
github.com/lukehoban/go-outline imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/lukehoban/go-outline imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/lukehoban/go-outline imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/lukehoban/go-outline imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/lukehoban/go-outline imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/lukehoban/go-outline imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
github.com/lukehoban/go-outline imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/lukehoban/go-outline imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/lukehoban/go-outline imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
sourcegraph.com/sqs/goreturns imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
sourcegraph.com/sqs/goreturns imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
sourcegraph.com/sqs/goreturns imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
sourcegraph.com/sqs/goreturns imports
	go/importer: package go/importer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/importer)
sourcegraph.com/sqs/goreturns imports
	go/scanner: package go/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/scanner)
sourcegraph.com/sqs/goreturns imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
sourcegraph.com/sqs/goreturns imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
sourcegraph.com/sqs/goreturns imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
sourcegraph.com/sqs/goreturns imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
sourcegraph.com/sqs/goreturns imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
sourcegraph.com/sqs/goreturns imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
sourcegraph.com/sqs/goreturns imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/printer: package go/printer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/printer)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
sourcegraph.com/sqs/goreturns imports
	github.com/sqs/goreturns/returns imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/core imports
	sync/atomic: package sync/atomic is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync/atomic)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/keys imports
	math: package math is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	golang.org/x/tools/internal/gopathwalk imports
	golang.org/x/tools/internal/fastwalk imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
sourcegraph.com/sqs/goreturns imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	golang.org/x/tools/internal/gopathwalk imports
	golang.org/x/tools/internal/fastwalk imports
	syscall: package syscall is not in GOROOT (/home/hadi/DevTools/Go/bin/src/syscall)
golang.org/x/tools/cmd/gorename imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
golang.org/x/tools/cmd/gorename imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
golang.org/x/tools/cmd/gorename imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
golang.org/x/tools/cmd/gorename imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
golang.org/x/tools/cmd/gorename imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/go/buildutil imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	text/template: package text/template is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/template)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	golang.org/x/sys/execabs imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
golang.org/x/tools/cmd/gorename imports
	golang.org/x/tools/refactor/rename imports
	golang.org/x/sys/execabs imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
github.com/tpng/gopkgs imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/tpng/gopkgs imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/tpng/gopkgs imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
github.com/tpng/gopkgs imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/tpng/gopkgs imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
github.com/tpng/gopkgs imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/newhook/go-symbols imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/newhook/go-symbols imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/newhook/go-symbols imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/newhook/go-symbols imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/newhook/go-symbols imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
github.com/newhook/go-symbols imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/newhook/go-symbols imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/newhook/go-symbols imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
github.com/newhook/go-symbols imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/newhook/go-symbols imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/newhook/go-symbols imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
github.com/newhook/go-symbols imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/newhook/go-symbols imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
github.com/newhook/go-symbols imports
	golang.org/x/tools/go/buildutil imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
golang.org/x/tools/cmd/guru imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
golang.org/x/tools/cmd/guru imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
golang.org/x/tools/cmd/guru imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
golang.org/x/tools/cmd/guru imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
golang.org/x/tools/cmd/guru imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
golang.org/x/tools/cmd/guru imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
golang.org/x/tools/cmd/guru imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
golang.org/x/tools/cmd/guru imports
	go/constant: package go/constant is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/constant)
golang.org/x/tools/cmd/guru imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
golang.org/x/tools/cmd/guru imports
	go/printer: package go/printer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/printer)
golang.org/x/tools/cmd/guru imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
golang.org/x/tools/cmd/guru imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
golang.org/x/tools/cmd/guru imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
golang.org/x/tools/cmd/guru imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
golang.org/x/tools/cmd/guru imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
golang.org/x/tools/cmd/guru imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
golang.org/x/tools/cmd/guru imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
golang.org/x/tools/cmd/guru imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
golang.org/x/tools/cmd/guru imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
golang.org/x/tools/cmd/guru imports
	runtime/pprof: package runtime/pprof is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/pprof)
golang.org/x/tools/cmd/guru imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
golang.org/x/tools/cmd/guru imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
golang.org/x/tools/cmd/guru imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
golang.org/x/tools/cmd/guru imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
golang.org/x/tools/cmd/guru imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/buildutil imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/buildutil imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/loader imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/pointer imports
	runtime/debug: package runtime/debug is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/debug)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa imports
	math/big: package math/big is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math/big)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa imports
	text/template: package text/template is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/template)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/loader imports
	golang.org/x/tools/go/internal/cgo imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/pointer imports
	golang.org/x/sys/execabs imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/pointer imports
	golang.org/x/sys/execabs imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa/ssautil imports
	golang.org/x/tools/go/packages imports
	go/scanner: package go/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/scanner)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa/ssautil imports
	golang.org/x/tools/go/packages imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa/ssautil imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	encoding/binary: package encoding/binary is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/binary)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa/ssautil imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	math: package math is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/go/ssa/ssautil imports
	golang.org/x/tools/go/packages imports
	golang.org/x/tools/go/gcexportdata imports
	golang.org/x/tools/go/internal/gcimporter imports
	text/scanner: package text/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/scanner)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/core imports
	sync/atomic: package sync/atomic is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync/atomic)
golang.org/x/tools/cmd/guru imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	golang.org/x/tools/internal/gopathwalk imports
	golang.org/x/tools/internal/fastwalk imports
	syscall: package syscall is not in GOROOT (/home/hadi/DevTools/Go/bin/src/syscall)
github.com/cweill/gotests imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/cweill/gotests imports
	go/importer: package go/importer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/importer)
github.com/cweill/gotests imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
github.com/cweill/gotests imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
github.com/cweill/gotests imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
github.com/cweill/gotests imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
github.com/cweill/gotests imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
github.com/cweill/gotests/gotests imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/cweill/gotests/gotests imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/cweill/gotests/gotests/process imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/cweill/gotests/gotests/process imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
github.com/cweill/gotests/gotests/process imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
github.com/cweill/gotests/internal/goparser imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
github.com/cweill/gotests/internal/goparser imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/cweill/gotests/internal/goparser imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/cweill/gotests/internal/goparser imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/cweill/gotests/internal/goparser imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/cweill/gotests/internal/input imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/cweill/gotests/internal/models imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
github.com/cweill/gotests/internal/output imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
github.com/cweill/gotests/internal/output imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/cweill/gotests/internal/render imports
	text/template: package text/template is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/template)
github.com/cweill/gotests/internal/render/bindata imports
	compress/gzip: package compress/gzip is not in GOROOT (/home/hadi/DevTools/Go/bin/src/compress/gzip)
github.com/cweill/gotests/internal/render/bindata imports
	encoding/base64: package encoding/base64 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/base64)
github.com/cweill/gotests/internal/render/bindata imports
	net/http: package net/http is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/http)
github.com/cweill/gotests/internal/render/bindata imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	go/printer: package go/printer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/printer)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/sys/execabs imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/core imports
	sync/atomic: package sync/atomic is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync/atomic)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/keys imports
	math: package math is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	golang.org/x/mod/module imports
	golang.org/x/xerrors imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
github.com/cweill/gotests/internal/output imports
	golang.org/x/tools/imports imports
	golang.org/x/tools/internal/imports imports
	golang.org/x/tools/internal/gopathwalk imports
	golang.org/x/tools/internal/fastwalk imports
	syscall: package syscall is not in GOROOT (/home/hadi/DevTools/Go/bin/src/syscall)
pattern github.com/cweill/gotests/...: lstat /home/hadi/DevTools/Go/bin/src: no such file or directory
golang.org/x/tools/cmd/godoc imports
	archive/zip: package archive/zip is not in GOROOT (/home/hadi/DevTools/Go/bin/src/archive/zip)
golang.org/x/tools/cmd/godoc imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
golang.org/x/tools/cmd/godoc imports
	context: package context is not in GOROOT (/home/hadi/DevTools/Go/bin/src/context)
golang.org/x/tools/cmd/godoc imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
golang.org/x/tools/cmd/godoc imports
	expvar: package expvar is not in GOROOT (/home/hadi/DevTools/Go/bin/src/expvar)
golang.org/x/tools/cmd/godoc imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
golang.org/x/tools/cmd/godoc imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
golang.org/x/tools/cmd/godoc imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
golang.org/x/tools/cmd/godoc imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
golang.org/x/tools/cmd/godoc imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
golang.org/x/tools/cmd/godoc imports
	log: package log is not in GOROOT (/home/hadi/DevTools/Go/bin/src/log)
golang.org/x/tools/cmd/godoc imports
	net/http: package net/http is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/http)
golang.org/x/tools/cmd/godoc imports
	net/http/pprof: package net/http/pprof is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/http/pprof)
golang.org/x/tools/cmd/godoc imports
	net/url: package net/url is not in GOROOT (/home/hadi/DevTools/Go/bin/src/net/url)
golang.org/x/tools/cmd/godoc imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
golang.org/x/tools/cmd/godoc imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
golang.org/x/tools/cmd/godoc imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
golang.org/x/tools/cmd/godoc imports
	regexp: package regexp is not in GOROOT (/home/hadi/DevTools/Go/bin/src/regexp)
golang.org/x/tools/cmd/godoc imports
	runtime: package runtime is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime)
golang.org/x/tools/cmd/godoc imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
golang.org/x/tools/cmd/godoc imports
	text/template: package text/template is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/template)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/sys/execabs imports
	os/exec: package os/exec is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os/exec)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/sys/execabs imports
	reflect: package reflect is not in GOROOT (/home/hadi/DevTools/Go/bin/src/reflect)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	encoding/gob: package encoding/gob is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/gob)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	go/doc: package go/doc is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/doc)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	go/printer: package go/printer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/printer)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	go/scanner: package go/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/scanner)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	html: package html is not in GOROOT (/home/hadi/DevTools/Go/bin/src/html)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	html/template: package html/template is not in GOROOT (/home/hadi/DevTools/Go/bin/src/html/template)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	index/suffixarray: package index/suffixarray is not in GOROOT (/home/hadi/DevTools/Go/bin/src/index/suffixarray)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	text/scanner: package text/scanner is not in GOROOT (/home/hadi/DevTools/Go/bin/src/text/scanner)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc/analysis imports
	go/types: package go/types is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/types)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc/analysis imports
	math/big: package math/big is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math/big)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc/redirect imports
	encoding/binary: package encoding/binary is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/binary)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc/vfs imports
	io/fs: package io/fs is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/fs)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc/analysis imports
	golang.org/x/tools/go/pointer imports
	go/constant: package go/constant is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/constant)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/godoc/analysis imports
	golang.org/x/tools/go/pointer imports
	runtime/debug: package runtime/debug is not in GOROOT (/home/hadi/DevTools/Go/bin/src/runtime/debug)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/core imports
	sync/atomic: package sync/atomic is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync/atomic)
golang.org/x/tools/cmd/godoc imports
	golang.org/x/tools/internal/gocommand imports
	golang.org/x/tools/internal/event imports
	golang.org/x/tools/internal/event/keys imports
	math: package math is not in GOROOT (/home/hadi/DevTools/Go/bin/src/math)
github.com/fatih/gomodifytags imports
	bufio: package bufio is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bufio)
github.com/fatih/gomodifytags imports
	bytes: package bytes is not in GOROOT (/home/hadi/DevTools/Go/bin/src/bytes)
github.com/fatih/gomodifytags imports
	encoding/json: package encoding/json is not in GOROOT (/home/hadi/DevTools/Go/bin/src/encoding/json)
github.com/fatih/gomodifytags imports
	errors: package errors is not in GOROOT (/home/hadi/DevTools/Go/bin/src/errors)
github.com/fatih/gomodifytags imports
	flag: package flag is not in GOROOT (/home/hadi/DevTools/Go/bin/src/flag)
github.com/fatih/gomodifytags imports
	fmt: package fmt is not in GOROOT (/home/hadi/DevTools/Go/bin/src/fmt)
github.com/fatih/gomodifytags imports
	go/ast: package go/ast is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/ast)
github.com/fatih/gomodifytags imports
	go/format: package go/format is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/format)
github.com/fatih/gomodifytags imports
	go/parser: package go/parser is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/parser)
github.com/fatih/gomodifytags imports
	go/printer: package go/printer is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/printer)
github.com/fatih/gomodifytags imports
	go/token: package go/token is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/token)
github.com/fatih/gomodifytags imports
	io: package io is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io)
github.com/fatih/gomodifytags imports
	io/ioutil: package io/ioutil is not in GOROOT (/home/hadi/DevTools/Go/bin/src/io/ioutil)
github.com/fatih/gomodifytags imports
	os: package os is not in GOROOT (/home/hadi/DevTools/Go/bin/src/os)
github.com/fatih/gomodifytags imports
	sort: package sort is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sort)
github.com/fatih/gomodifytags imports
	strconv: package strconv is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strconv)
github.com/fatih/gomodifytags imports
	strings: package strings is not in GOROOT (/home/hadi/DevTools/Go/bin/src/strings)
github.com/fatih/gomodifytags imports
	unicode: package unicode is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode)
github.com/fatih/gomodifytags imports
	github.com/fatih/camelcase imports
	unicode/utf8: package unicode/utf8 is not in GOROOT (/home/hadi/DevTools/Go/bin/src/unicode/utf8)
github.com/fatih/gomodifytags imports
	golang.org/x/tools/go/buildutil imports
	go/build: package go/build is not in GOROOT (/home/hadi/DevTools/Go/bin/src/go/build)
github.com/fatih/gomodifytags imports
	golang.org/x/tools/go/buildutil imports
	path: package path is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path)
github.com/fatih/gomodifytags imports
	golang.org/x/tools/go/buildutil imports
	path/filepath: package path/filepath is not in GOROOT (/home/hadi/DevTools/Go/bin/src/path/filepath)
github.com/fatih/gomodifytags imports
	golang.org/x/tools/go/buildutil imports
	sync: package sync is not in GOROOT (/home/hadi/DevTools/Go/bin/src/sync)
github.com/fatih/gomodifytags imports
	golang.org/x/tools/go/buildutil imports
	time: package time is not in GOROOT (/home/hadi/DevTools/Go/bin/src/time)

What did you expect to see?

What did you see instead?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.