go - JSON file as config -
go - JSON file as config -
i have json file config. problem may see cannot compiled in go , i'm worried might impact performance of application since json imported every request. improve off using struct
, initialising in separate go file?
if can store configuration go code, assume configuration not alter during execution of application. load configuration when application starts , store parsed representation in memory, perchance referenced bundle level variable.
go
Comments
Post a Comment