Hi, I'm Currently switching from Node's pm2 to pmgo. It seems obviously named after pm2 but seems to work differently.
I installed it the second way described in the readme.
When I then exactly follow what's written in the readme:
pmgo start path/to/source-directory app-name
Also without the leading slash, ablsolute, relative path, whatever, I get following error message and wrongly changed path which I didn't specify:
FATA[0000] Failed to start go bin due to: ERROR: chdir /src/path/to/source-directory: no such file or directory OUTPUT:
To any path "/src" prefix is added, anybody an idea what is going on?