I wrote a basic micro service. Both micro new
and make proto
work fine. All dependencies installed. micro server
also running, BUT, when I do cd myservice
and then micro run .
( I have local env by the way) this errors shows:
Rpc error: code = Unknown desc = Error writing source to blob store: open C:\Windows\micro\store\blob.db: El sistema no puede encontrar la ruta especificada(System can not find the specified route)
.
I have the micro binaries in my go installfolder/bin
this way
C:\Program Files\Go\bin
λ ls
bin
go.exe
gofmt.exe
include
micro.exe
I dont know what I am missing but go mod tidy
and go mod vendor
execute well. Anyway, I have the feeling that running micro in windows is a headache.