Open a Terminal or konsole:
login as root (type) : su
Enter Your Password : *******
and Type : nano /etc/sudoers
scroll down and you gona see this below:
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
govath ALL=(ALL) ALL
Lets say you want to add user named GOVATH
Then press ctrl+X then Y and enter.
That’s it!