refactor modelfile parser

This commit is contained in:
Michael Yang 2024-04-22 15:37:14 -07:00
parent f0c454ab57
commit c0a00f68ae
3 changed files with 485 additions and 130 deletions

View file

@ -238,6 +238,5 @@ func Test_Routes(t *testing.T) {
if tc.Expected != nil {
tc.Expected(t, resp)
}
}
}