00001 /** @page gonotes Notes for Module Go 00002 00003 @section gonotesinit Initialization 00004 00005 GoInit() / GoFini() must be called before / after using any classes to 00006 initialize global variables (however it is deprecated to use global or 00007 class static variables in newly written code). 00008 00009 */