cost 220 ms
從 golang/go Github 存儲庫構建 go/src 包

[英]Building go/src packages from golang/go Github Repository

在處理 github 回購分支時,詢問從 go/std 庫構建單個 go 包的適當解決方法。 在構建例如 src/go/parser package 時,遇到的問題總結為以下錯誤。 當然項目導入路徑全部參考GOROOT庫路徑 我通常在我自己的目錄中處理項目,其中設置了我的 go 路徑。 問題的症結在 ...

Go:即使供應商樹中存在私有 package,也無法在任何供應商樹、$GOROOT 或 $GOPATH 中找到 package

[英]Go: Cannot find package in any of Vendor Tree, $GOROOT or $GOPATH even though a private package exists in Vendor Tree

這是我的項目結構: 這是我的模組文件: 這是我在“function.go”文件中的導入: 問題:當我將 function 部署到服務器時,終端出現以下錯誤。 你可以在我的項目結構中看到,錯誤中似乎缺少的 package 在 Vendor Tree 下已經可用。 但錯誤仍然出現。 可能出了什么問題 ...

2022-10-04 11:00:07   1   61    go / gopath  
GO 環境變量 PATH 搞砸了

[英]GO env variable PATH got messed up

我正在嘗試使用 go 和以下命令安裝 package: go install fyne.io/fyne/v2/cmd/fyne@latest 這與指令所說的相同,但理想情況下它應該返回以下消息 Users/name/go/bin/fyne但是當我輸入命令時,它有以下問題fyne not found ...

無法導入 Go 模塊

[英]Can't import a Go module

我正在學習 Go 廣告 我正在嘗試構建 go 文件: 但是當我使用命令go build main.go程序時,它輸出: go.mod : 當我執行go mod download github.com/go-chi/chi/時,出現此錯誤: 我該做什么? ...

Hyperledger fabric 鏈代碼的 GOPATH/GOROOT 設置

[英]GOPATH/GOROOT setup for Hyperledger fabric chaincode

我已經在 Hyperledger Fabric 1.4.7 中完成了基本設置,並讓所有同行都加入了頻道。 在 golang 中探索鏈碼之后,我開始嘗試 chaincode install 命令,但我在這一步遇到了問題。 錯誤錯誤:獲取鏈碼代碼 mycc 時出錯:鏈碼路徑不存在:/home/user8 ...

在mac中使用gorilla/mux包的問題

[英]Trouble with using gorilla/mux package in mac

我正在嘗試學習如何使用 go 和 mux 構建網絡服務器。 我正在將 mux 作為import github.com/gorilla/mux文件。 但是,當我嘗試運行代碼時。 我收到以下錯誤 我的 GOPATH 是/Users/michiokaku/Study/go 我的目錄的整體結構是 ...

如何解決import-local-package問題:忽略GOPATH,只有GOROOT生效

[英]How to solve the import-local-package problem: GOPATH is ignored, only GOROOT takes effects

我是 GO 新手,已經在環境配置中卡住了幾個小時。 我成功地運行了一些測試項目,但是當我嘗試導入我的自定義本地包(比如 xxx)時,“go run”命令失敗,記錄: 奇怪的是,在我的 ubuntu 計算機上導入本地包時,GOPATH 似乎被忽略了。 go 版本是go1.16.5 linux ...

Go 錯誤:go:go.mod 文件未在當前目錄或任何父目錄中找到; (在 GOPATH/src 上工作)

[英]Go error: go : go.mod file not found in current directory or any parent directory; (working on GOPATH/src)

我安裝了 Golang,第一次遇到go.mod file not found in current directory or any parent directory錯誤。 但我正在處理<GOPATH>/src目錄。 僅當當前工作目錄位於 GOPATH 之外時才需要 go.mod 嗎? ...

Flutter 桌面“懸停”無法識別

[英]Flutter desktop 'hover' can not be recognised

我正在嘗試使用 hover 在桌面上運行我的hover應用程序。 我運行這個命令來安裝 hover go get -u github.com/go-flutter-desktop/hover 我安裝了 GO 並且上面的命令完成了安裝,沒有任何錯誤,但是當我嘗試使用命令“懸停”時,我收到以下錯誤。 T ...

如何更新 VS Code Go 擴展工具的 GOPATH?

[英]How to update the GOPATH for VS Code Go extension tools?

我的 $GOPATH 是/home/shambhav/code_mis/golang (當前的 gopath),但是很久以前當我設置 GO 時,我搞砸了,GOPATH 是/home/shambhav/home/shambhav/code_mis/golang (以前的 gopath) . 我注意到 ...

go 構建不在 $GOPATH 中

[英]go build not looking in $GOPATH

我已經設置了 $GOPATH,並導入了我在 $GOPATH/src 中的部分源代碼。 Package 我需要導入由我編寫並存儲在 GOPATH/src 我已將其命名為 otelkafkago 它的路徑是 GOPATH/src/otelkafkago 我的硬盤上的其他地方還有一個代碼庫,當我嘗試編譯 ...

windows機器上設置GOPATH值的問題

[英]Problem in setting the value of GOPATH on windows machine

我的 GOROOT 路徑:- C:\Go 我已將 GOPATH 設置為:- C:\Users\kunal\go 但是當我在 VS Code 中導入模塊(如github.com/gorilla/mux )時。 VS Code 提示我這個錯誤:- could not import github.com ...

$GOPATH[i] 和 $GOPATH[d] 是什么?

[英]What is $GOPATH[i] and $GOPATH[d]?

Go模塊參考的一部分描述了一些用於最小模塊兼容性的規則。 本節中有一個條件列表,其中兩個如下所示: 不$GOPATH[i]/src/$modpath/$vn/$suffix目錄(對於任何根$GOPATH[i] ), 文件$GOPATH[d]/src/$modpath/go.mod存在(對於某些根 ...

如何配置一個簡單的 Go 項目

[英]How to config a simple Go project

我正在嘗試遵循 Thorsten Ball 在 Go 書中編寫解釋器,在第一章中他建立了這個簡單的方案 在 lexer/lexer.go 和 lexer/lexer_test.g 文件開始為 在 lexer_test.go 中,進口是 然后他說為了運行測試,我必須運行(從 /Users/myuser ...

我可以使用 go 命令行工具設置 GOPATH 嗎?

[英]Can I set the GOPATH using the go command line tool?

我想在編譯時使用 go 工具設置 GOPATH,就像在 C/++ 中添加包含路徑一樣。 我希望 gopath 僅在某個項目中使用。 這可以在不設置環境變量的情況下完成嗎? ...

2021-01-24 10:50:01   1   50    go / gopath  
有沒有辦法從另一個目錄運行 Go 模塊

[英]Is there a way to run a Go module from another directory

在GOPATH之外,我有以下項目結構。 我想運行位於src目錄中的 Go 模塊代碼。 當我cd進入src目錄並go run. 或go build. 我的代碼,它完美地工作。 當我站在項目的根目錄時,無法運行go run./src或go build./src 。 我收到以下錯誤。 重要的是我的源代碼保 ...

2020-11-11 06:43:10   2   6655    go / gopath  
找不到golang編譯簡單的應用程序模塊(GOPATH?)

[英]golang compile simple app module not found (GOPATH?)

剛開始使用 go,當我嘗試編譯 hello.go 時,遇到了一個非常簡單的應用程序(來自這里https://golang.org/doc/tutorial/call-module-code ): 環境設置如下(Ubuntu 20.04) 源代碼https://github.com/myxit ...

在 Windows 上使用 go mod 安裝 go buffalo 有困難

[英]Difficulty installing go buffalo using go mod on windows

我對 golang 很陌生。 我正在嘗試使用 gomod。 嘗試探索 go buffalo 框架。 但是發現安裝它有點困難。 我做了什么: 我看到 buffalo 不再支持 go get,因此切換到 go 模塊。 通過go mod init github.com/webbuffalote ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM