diff options
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 ( |
