aboutsummaryrefslogtreecommitdiff
path: root/nexgb/help.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-12 21:36:31 -0400
committerAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-12 21:36:31 -0400
commit24fef4062ad441c935f5a87e908c5f293d8a2f42 (patch)
treea00d266cb13d7d9267df2f431ed643fc7a1562fd /nexgb/help.go
parentf77feff864545c590ad4f717ecf47278703e1792 (diff)
downloadhaven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.gz
haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.xz
haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.zip
docs
Diffstat (limited to 'nexgb/help.go')
-rw-r--r--nexgb/help.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/nexgb/help.go b/nexgb/help.go
index 36fe98b..5729917 100644
--- a/nexgb/help.go
+++ b/nexgb/help.go
@@ -1,5 +1,15 @@
package xgb
+/*
+help.go is meant to contain a rough hodge podge of functions that are mainly
+used in the auto generated code. Indeed, several functions here are simple
+wrappers so that the sub-packages don't need to be smart about which stdlib
+packages to import.
+
+Also, the 'Get..' and 'Put..' functions are used through the core xgb package
+too. (xgbutil uses them too.)
+*/
+
import (
"fmt"
"strings"