[SOLVED] Getting this error messge using go get hugo

go get -u -v github.com/spf13/hugo
github.com/spf13/hugo (download)
github.com/spf13/hugo/parser

github.com/spf13/hugo/parser

…/go/src/github.com/spf13/hugo/parser/frontmatter.go:55: assignment count mismatch: 2 = 1

Solved this myself by deleting entire folder contents of /go/src/github.com and then go getting.

This issue is closed.