diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 09:41:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 09:41:52 -0500 |
| commit | 367f681a490a48944c5d05ba0fe89d0099c0337d (patch) | |
| tree | bdd3c500f740588cf6aaf790f13e2ebad37bc88d /fakefile.disabled | |
| parent | 4d86a4cc8e308d9f7d9526dd1fe55011d6c8d96c (diff) | |
move stuff here from lib/configv0.0.8
Diffstat (limited to 'fakefile.disabled')
| -rw-r--r-- | fakefile.disabled | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fakefile.disabled b/fakefile.disabled new file mode 100644 index 0000000..72a06d9 --- /dev/null +++ b/fakefile.disabled @@ -0,0 +1,10 @@ +syntax = "proto3"; + +// name changed so automated .proto tools don't see it + +package filepb; + +message FakeFile { + string uuid = 1; // `autogenpb:uuid:` + string version = 2; // `autogenpb:version:` +} |
