Go (Golang): Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „ == Download package == === Error: Cannot find package === D:\Programme\Go\src\github.com\shirou\gopsutil\internal\common\common_windows.go:12:2: cannot find…“)
 
(kein Unterschied)

Aktuelle Version vom 14. April 2020, 16:26 Uhr

Download package

Error: Cannot find package

D:\Programme\Go\src\github.com\shirou\gopsutil\internal\common\common_windows.go:12:2: cannot find package "github.com/StackExchange/wmi" in any of:
        D:\Programme\Go\src\vendor\github.com\StackExchange\wmi (vendor tree)
        D:\Programme\Go\src\github.com\StackExchange\wmi (from $GOROOT)

Solution

go get -u github.com/StackExchange/wmi