Initial, unmodified build fails

I cloned the repository and executed “make generate all”, and got the failure below. I’m not sure what is causing the “" in front of "/home/…” but that seems to be the issue. If anyone knows what might cause this, or how to get around it and move on to actually generating the product, I’d appreciate any assistance. Output reproduced below:

ts00086@rofrpn801a gitea:0 $ make generate all
go generate _/home/auto/ts00086/gitea _/home/auto/ts00086/gitea/cmd _/home/auto/ts00086/gitea/integrations _/home/auto/ts00086/gitea/models _/home/auto/ts00086/gitea/models/migrations _/home/auto/ts00086/gitea/modules/auth _/home/auto/ts00086/gitea/modules/auth/ldap _/home/auto/ts00086/gitea/modules/auth/oauth2 _/home/auto/ts00086/gitea/modules/auth/openid _/home/auto/ts00086/gitea/modules/auth/pam _/home/auto/ts00086/gitea/modules/avatar _/home/auto/ts00086/gitea/modules/base _/home/auto/ts00086/gitea/modules/cache _/home/auto/ts00086/gitea/modules/context _/home/auto/ts00086/gitea/modules/cron _/home/auto/ts00086/gitea/modules/generate _/home/auto/ts00086/gitea/modules/highlight _/home/auto/ts00086/gitea/modules/httplib _/home/auto/ts00086/gitea/modules/indexer _/home/auto/ts00086/gitea/modules/lfs _/home/auto/ts00086/gitea/modules/log _/home/auto/ts00086/gitea/modules/mailer _/home/auto/ts00086/gitea/modules/markup _/home/auto/ts00086/gitea/modules/markup/external _/home/auto/ts00086/gitea/modules/markup/markdown _/home/auto/ts00086/gitea/modules/markup/orgmode _/home/auto/ts00086/gitea/modules/minwinsvc _/home/auto/ts00086/gitea/modules/notification _/home/auto/ts00086/gitea/modules/options _/home/auto/ts00086/gitea/modules/private _/home/auto/ts00086/gitea/modules/process _/home/auto/ts00086/gitea/modules/public _/home/auto/ts00086/gitea/modules/search _/home/auto/ts00086/gitea/modules/setting _/home/auto/ts00086/gitea/modules/ssh _/home/auto/ts00086/gitea/modules/sync _/home/auto/ts00086/gitea/modules/templates _/home/auto/ts00086/gitea/modules/test _/home/auto/ts00086/gitea/modules/user _/home/auto/ts00086/gitea/modules/util _/home/auto/ts00086/gitea/modules/validation _/home/auto/ts00086/gitea/routers _/home/auto/ts00086/gitea/routers/admin _/home/auto/ts00086/gitea/routers/api/v1 _/home/auto/ts00086/gitea/routers/api/v1/admin _/home/auto/ts00086/gitea/routers/api/v1/convert _/home/auto/ts00086/gitea/routers/api/v1/misc _/home/auto/ts00086/gitea/routers/api/v1/org _/home/auto/ts00086/gitea/routers/api/v1/repo _/home/auto/ts00086/gitea/routers/api/v1/swagger _/home/auto/ts00086/gitea/routers/api/v1/user _/home/auto/ts00086/gitea/routers/api/v1/utils _/home/auto/ts00086/gitea/routers/dev _/home/auto/ts00086/gitea/routers/org _/home/auto/ts00086/gitea/routers/private _/home/auto/ts00086/gitea/routers/repo _/home/auto/ts00086/gitea/routers/routes _/home/auto/ts00086/gitea/routers/user _/home/auto/ts00086/gitea/routers/user/setting _/home/auto/ts00086/gitea/routers/utils
can't load package: package _/home/auto/ts00086/gitea: cannot find package "_/home/auto/ts00086/gitea" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/cmd: cannot find package "_/home/auto/ts00086/gitea/cmd" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/cmd (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/cmd (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/integrations: cannot find package "_/home/auto/ts00086/gitea/integrations" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/integrations (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/integrations (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/models: cannot find package "_/home/auto/ts00086/gitea/models" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/models (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/models (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/models/migrations: cannot find package "_/home/auto/ts00086/gitea/models/migrations" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/models/migrations (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/models/migrations (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/auth: cannot find package "_/home/auto/ts00086/gitea/modules/auth" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/auth (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/auth (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/auth/ldap: cannot find package "_/home/auto/ts00086/gitea/modules/auth/ldap" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/auth/ldap (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/auth/ldap (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/auth/oauth2: cannot find package "_/home/auto/ts00086/gitea/modules/auth/oauth2" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/auth/oauth2 (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/auth/oauth2 (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/auth/openid: cannot find package "_/home/auto/ts00086/gitea/modules/auth/openid" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/auth/openid (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/auth/openid (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/auth/pam: cannot find package "_/home/auto/ts00086/gitea/modules/auth/pam" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/auth/pam (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/auth/pam (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/avatar: cannot find package "_/home/auto/ts00086/gitea/modules/avatar" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/avatar (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/avatar (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/base: cannot find package "_/home/auto/ts00086/gitea/modules/base" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/base (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/base (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/cache: cannot find package "_/home/auto/ts00086/gitea/modules/cache" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/cache (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/cache (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/context: cannot find package "_/home/auto/ts00086/gitea/modules/context" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/context (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/context (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/cron: cannot find package "_/home/auto/ts00086/gitea/modules/cron" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/cron (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/cron (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/generate: cannot find package "_/home/auto/ts00086/gitea/modules/generate" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/generate (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/generate (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/highlight: cannot find package "_/home/auto/ts00086/gitea/modules/highlight" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/highlight (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/highlight (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/httplib: cannot find package "_/home/auto/ts00086/gitea/modules/httplib" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/httplib (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/httplib (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/indexer: cannot find package "_/home/auto/ts00086/gitea/modules/indexer" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/indexer (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/indexer (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/lfs: cannot find package "_/home/auto/ts00086/gitea/modules/lfs" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/lfs (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/lfs (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/log: cannot find package "_/home/auto/ts00086/gitea/modules/log" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/log (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/log (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/mailer: cannot find package "_/home/auto/ts00086/gitea/modules/mailer" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/mailer (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/mailer (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/markup: cannot find package "_/home/auto/ts00086/gitea/modules/markup" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/markup (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/markup (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/markup/external: cannot find package "_/home/auto/ts00086/gitea/modules/markup/external" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/markup/external (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/markup/external (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/markup/markdown: cannot find package "_/home/auto/ts00086/gitea/modules/markup/markdown" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/markup/markdown (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/markup/markdown (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/markup/orgmode: cannot find package "_/home/auto/ts00086/gitea/modules/markup/orgmode" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/markup/orgmode (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/markup/orgmode (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/minwinsvc: cannot find package "_/home/auto/ts00086/gitea/modules/minwinsvc" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/minwinsvc (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/minwinsvc (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/notification: cannot find package "_/home/auto/ts00086/gitea/modules/notification" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/notification (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/notification (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/options: cannot find package "_/home/auto/ts00086/gitea/modules/options" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/options (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/options (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/private: cannot find package "_/home/auto/ts00086/gitea/modules/private" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/private (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/private (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/process: cannot find package "_/home/auto/ts00086/gitea/modules/process" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/process (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/process (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/public: cannot find package "_/home/auto/ts00086/gitea/modules/public" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/public (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/public (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/search: cannot find package "_/home/auto/ts00086/gitea/modules/search" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/search (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/search (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/setting: cannot find package "_/home/auto/ts00086/gitea/modules/setting" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/setting (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/setting (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/ssh: cannot find package "_/home/auto/ts00086/gitea/modules/ssh" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/ssh (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/ssh (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/sync: cannot find package "_/home/auto/ts00086/gitea/modules/sync" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/sync (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/sync (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/templates: cannot find package "_/home/auto/ts00086/gitea/modules/templates" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/templates (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/templates (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/test: cannot find package "_/home/auto/ts00086/gitea/modules/test" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/test (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/test (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/user: cannot find package "_/home/auto/ts00086/gitea/modules/user" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/user (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/user (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/util: cannot find package "_/home/auto/ts00086/gitea/modules/util" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/util (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/util (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/modules/validation: cannot find package "_/home/auto/ts00086/gitea/modules/validation" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/modules/validation (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/modules/validation (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers: cannot find package "_/home/auto/ts00086/gitea/routers" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/admin: cannot find package "_/home/auto/ts00086/gitea/routers/admin" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/admin (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/admin (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1 (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1 (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/admin: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/admin" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/admin (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/admin (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/convert: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/convert" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/convert (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/convert (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/misc: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/misc" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/misc (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/misc (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/org: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/org" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/org (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/org (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/repo: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/repo" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/repo (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/repo (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/swagger: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/swagger" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/swagger (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/swagger (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/user: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/user" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/user (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/user (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/api/v1/utils: cannot find package "_/home/auto/ts00086/gitea/routers/api/v1/utils" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/api/v1/utils (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/api/v1/utils (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/dev: cannot find package "_/home/auto/ts00086/gitea/routers/dev" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/dev (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/dev (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/org: cannot find package "_/home/auto/ts00086/gitea/routers/org" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/org (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/org (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/private: cannot find package "_/home/auto/ts00086/gitea/routers/private" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/private (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/private (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/repo: cannot find package "_/home/auto/ts00086/gitea/routers/repo" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/repo (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/repo (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/routes: cannot find package "_/home/auto/ts00086/gitea/routers/routes" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/routes (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/routes (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/user: cannot find package "_/home/auto/ts00086/gitea/routers/user" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/user (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/user (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/user/setting: cannot find package "_/home/auto/ts00086/gitea/routers/user/setting" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/user/setting (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/user/setting (from $GOPATH)
can't load package: package _/home/auto/ts00086/gitea/routers/utils: cannot find package "_/home/auto/ts00086/gitea/routers/utils" in any of:
	/usr/lib/golang/src/_/home/auto/ts00086/gitea/routers/utils (from $GOROOT)
	/home/auto/ts00086/go/src/_/home/auto/ts00086/gitea/routers/utils (from $GOPATH)
make: *** [generate] Error 1
ts00086@rofrpn801a gitea:2 $ echo $GOPATH

ts00086@rofrpn801a gitea:0 $ echo $GOROOT

ts00086@rofrpn801a gitea:0 $ ls /home/auto/ts00086/gitea/routers/utils
utils.go  utils_test.go
ts00086@rofrpn801a gitea:0 $ ls /home/auto/ts00086/gitea/routers/user/setting
account.go       applications.go  main_test.go  security.go         security_twofa.go
account_test.go  keys.go          profile.go    security_openid.go  security_u2f.go
ts00086@rofrpn801a gitea:0 $