When inside the /platform
directory the command go run mattermost.go
works perfect.
But inside Webstorm when I hit run the following command runs (which is actually same):/usr/local/go/bin/go run /Users/<username>/go/src/github.com/mattermost/platform/mattermost.go
But I get the above error.