I am using thrift + golang, and my thrift file looks like this:
namespace go user struct Role { 1: string id; 2: string roleName; } struct User {