add support for custom scalars -- mainly adding proper import machinery

This commit is contained in:
Ben Kraft
2021-04-08 13:07:31 -07:00
parent e68787ad35
commit b4e8316c6a
31 changed files with 283 additions and 89 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func TestRunExample(t *testing.T) {
}
got := strings.TrimSpace(string(out))
want := "benjaminjkraft is Ben Kraft"
want := "benjaminjkraft is Ben Kraft created on 2009-08-03"
if got != want {
t.Errorf("output incorrect\ngot:\n%s\nwant:\n%s", got, want)
}