export default interface IGoPlatformConfig {
    version: string;
    cgoEnabled: boolean;
    mainFile: string;
    timezone: string;
}
