• Eric Myhre's avatar
    The string of kinds should really be lowercase. · 680f1386
    Eric Myhre authored
    Yes, even though in practice in most of codegen we'll just turn around
    and title-case it again for symbol export reasons.
    
    The keywords everywhere throughout the schema language are lower-case,
    and kinds are such a keyword.  They should therefore be consistently
    handled and shown as lowercase.
    
    This has bugged me for a while but it's time to fix it before any more
    code starts passing by the area (and it's about to).
    680f1386
kind.go 2.31 KB