From 2bc23bdc7fe01fc5921be8e09f405a8a1fd7bd65 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 24 Jul 2026 17:59:45 +0100 Subject: Add Shared type --- examples/08-custom-code/hobgoblin.json5 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/08-custom-code/hobgoblin.json5 (limited to 'examples/08-custom-code/hobgoblin.json5') diff --git a/examples/08-custom-code/hobgoblin.json5 b/examples/08-custom-code/hobgoblin.json5 deleted file mode 100644 index 1d08a40..0000000 --- a/examples/08-custom-code/hobgoblin.json5 +++ /dev/null @@ -1,19 +0,0 @@ -{ - outputs: { - langs: { - java: { - packageName: "org.zwobble.example.types", - }, - }, - generators: [ - { - generator: "java-types", - path: "output/java/src/main/java", - }, - { - generator: "rust-types", - path: "output/rust/src/gen", - }, - ], - }, -} -- cgit v1.2.3