From 67f391aa9e6095a450ddb08abf0a7a6d29a6737a Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Sat, 12 May 2012 21:36:31 -0400 Subject: docs --- help.go | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'help.go') diff --git a/help.go b/help.go index 36fe98b..5729917 100644 --- a/help.go +++ b/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" -- cgit v1.2.3