go micro gave me this kind of error while running make build

224 views Asked by At

i had installed micro for learning micro services and go. but when i tried to run make build then i received this kind of weird error. can anyone help me to solve this

# github.com/micro/go-micro/v3/runtime/local/process/os
..\..\..\pkg\mod\github.com\micro\go-micro\[email protected]\runtime\local\process\os\os_windows.go:13:29: undefined: process.Executable
..\..\..\pkg\mod\github.com\micro\go-micro\[email protected]\runtime\local\process\os\os_windows.go:18:29: undefined: process.Executable
make: *** [build] Error 2
0

There are 0 answers