diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 02:41:03 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 02:41:03 -0700 |
| commit | 97a4307514eb243027d81271de67f26537ab8ec6 (patch) | |
| tree | ff8444eb89729c54cd3470b6a3a70e289809d2b9 /mainCloudBox.go | |
| parent | 8d920cb2fc841443c8ceeb372411c5ec3422153d (diff) | |
more moving to vm
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
| -rw-r--r-- | mainCloudBox.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go index 8f628e6..2b1b252 100644 --- a/mainCloudBox.go +++ b/mainCloudBox.go @@ -13,6 +13,8 @@ import pb "git.wit.com/wit/witProtobuf" // import "github.com/davecgh/go-spew/spew" +// THIS IS NOT CLEAN + func makeCloudInfoBox(gw *GuiWindow) *GuiBox { var gb *GuiBox gb = new(GuiBox) |
