diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 08:57:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | 1a1881aa4e39e256126972c0cbe7f0db93ee20ec (patch) | |
| tree | 7afff73f1c2a594e71628f435644530ba05a4c0f /tree.go | |
| parent | 75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 (diff) | |
name changes after I haven't looked at this code for some time
Diffstat (limited to 'tree.go')
| -rw-r--r-- | tree.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ package main /* This is reference code for toolkit developers + + This is how information is passed in GO back to the application + via the GO 'plugin' concept + + TODO: switch this to protocol buffers */ import ( |
