diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 19:02:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 19:02:13 -0500 |
| commit | 1aec6354917cbfe15c7745a22d4e501aed38475c (patch) | |
| tree | 88e83a43bb32cb882d2477be6e1b2ba1d665d195 | |
| parent | 31e2be4b6f0388975244a0ee6a5929bdf9be2149 (diff) | |
oops. last vestage of ENV
| -rw-r--r-- | key.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ message Key { // message Keys { // `autogenpb:marshal` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid:7a8aaf7f-9851-42f0-89eb-434d2e51f5bb` - string version = 2; // `autogenpb:version:v0.0.1 go.wit.com/lib/ENV` + string version = 2; // `autogenpb:version:v0.0.1 go.wit.com/lib/env` repeated Key keys = 3; string filename = 4; // can store where the filename is so that saves can be automated bool init = 5; // can store where the filename is so that saves can be automated |
