forked from BigfootDev/flatbuffers
a89c279ed6
Change config.escape_keywords to AfterConvertingCase. It avoids unecessay escaping since the generated native structs have fields starting with a uppercase letter and Go's keywords start with lowercase letters. Co-authored-by: Derek Bailey <derekbailey@google.com>