diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 18:22:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 18:22:31 -0500 |
| commit | 954e555ac7c92208dd920c70c885a6e6d2b9ab34 (patch) | |
| tree | 6ac458d33625c468a2bee8ad5474fe066a38176d /droplet.proto | |
| parent | 7a0925041e8f980b3f922d4f75cdec8460d8772d (diff) | |
deprecate old experiment
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'droplet.proto')
| -rw-r--r-- | droplet.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto index 87af716..e34a65e 100644 --- a/droplet.proto +++ b/droplet.proto @@ -29,7 +29,7 @@ message Droplet { string image_url = 15; // url to the image // is it possible to have custom formatting in JSON and TEXT marshal/unmarshal ? - JunkInfo humantest = 16; + // JunkInfo humantest = 16; } enum DropletState { |
