if is_depends_enabled $SPELL go; then
  GOROOT="${INSTALL_ROOT}/opt/go/" GOPROXY="proxy.golang.org,direct" default_build
else
  default_build
fi
