I recently installed a new package for one of my Go introductory projects named go-bindata, I have followed the installation guide, but after I tried to run the command, this showed up.
$ go-bindata
bash: go-bindata: command not found
I have referred to one similar problem on stackoverflow, and the solution given is setting $GOPATH, I'm on a windows operating system, and I have already configured my $GOPATH in $PATH as the image shown below, I don't know which step I got wrong.
(I'm sorry for the inconvience on the attached image since I'm not allowed to attach an image directly to the post.)