Documentation ¶
Overview ¶
Package other is an example of a custom driver
Index ¶
Constants ¶
View Source
const DriverName = "other"
DriverName string
Variables ¶
View Source
var ( // Encoder is the encoder for this driver Encoder = ini.Encoder // Decoder is the decoder for this driver Decoder = ini.Decoder // Driver is the exported symbol Driver = config.NewDriver(DriverName, Decoder, Encoder) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.