Hi @skm,
The problem appears to be your directory structure. Go is rather picky with where it wants everything to be located. Since your $GOPATH appears to be C:\mattermost
, it expects the code for mattermost to be under C:\mattermost\src\github.com\mattermost\platform
. There's more information about the workspace structure here.