Confusion on the Create Beat instruction

According to this url:
https://www.elastic.co/guide/en/beats/devguide/master/newbeat-generate.html

Now create a directory under $GOPATH for your repository and change to the new directory:
mkdir ${GOPATH}/src/github.com/{user}
cd ${GOPATH}/src/github.com/{user}

And then later in the document, it says:

Beat Name [Examplebeat]: Countbeat
Your Github Name [your-github-name]: {username}
Beat Path [github.com/**{github id}**/{beat name}]:
Firstname Lastname: {Full Name}

Is this {github id} the same as the {user}?

And then when [fetch dependencies and set up the Beat] in the next step, it never asks for the {user} directory any more. What is it used for? Since I am having some errors (as in my last post), I believe it is the documentation error, and it needs to be fixed ASAP.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.