ent/entc: keep struct tags sorted

Summary: keeping tags sorted will prevent codegen changes due to random map key ordering

Reviewed By: a8m

Differential Revision: D17571598

fbshipit-source-id: 12afc4aa0d030aa178e6568eb7c768ccc159f726
This commit is contained in:
Alex Snast
2019-09-25 06:46:03 -07:00
committed by Facebook Github Bot
parent 517d22843c
commit 6cf5b918c3
5 changed files with 46 additions and 46 deletions

View File

@@ -93,7 +93,7 @@ func templateMainTmpl() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "template/main.tmpl", size: 843, mode: os.FileMode(420), modTime: time.Unix(1567330508, 0)}
info := bindataFileInfo{name: "template/main.tmpl", size: 843, mode: os.FileMode(420), modTime: time.Unix(1567360769, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -113,7 +113,7 @@ func schemaGo() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "schema.go", size: 5585, mode: os.FileMode(420), modTime: time.Unix(1568905845, 0)}
info := bindataFileInfo{name: "schema.go", size: 5585, mode: os.FileMode(420), modTime: time.Unix(1569187201, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}