Documentation
¶
Index ¶
Constants ¶
View Source
const ModuleName = "encoding/base64"
Variables ¶
View Source
var ( // ModuleData is the base64 module data. The implementation now lives in the // root gad package as the builtin `base64` namespace; this re-exports it so // `import("encoding/base64")` keeps working. ModuleData = gad.Base64Module() // ModuleInit represents init for module base64. ModuleInit gad.ModuleInitFunc = func(module *gad.Module, c gad.Call) (err error) { module.Data = ModuleData return } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.