Golang struct supports multilines tags
There was a propose to accept multilines struct tag in golang, but rejected.
This package is based on Golang standard library.
https://golang.org/pkg/reflect/#StructTag.Get
https://golang.org/pkg/reflect/#StructTag.Lookup
Multilines struct tag violates the rule in go vet
.