diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-12 21:36:31 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-12 21:36:31 -0400 |
| commit | 67f391aa9e6095a450ddb08abf0a7a6d29a6737a (patch) | |
| tree | 214d9a6dbef67f9bc72f5d9e2f2258651cfb22ad /help.go | |
| parent | aa791314d1e318e921a78d804b5b9ab504820495 (diff) | |
docs
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" |
