@autorest/go
Version:
AutoRest Go Generator
12 lines • 554 B
TypeScript
import * as go from '../../../codemodel.go/src/index.js';
/**
* Creates the content for the go.mod file.
* If there's a preexisting go.mod file, update its specified version of azcore as needed.
*
* @param module the module for which to generate version.go
* @param options the emitter options
* @param existingGoMod preexisting go.mod file content
* @returns the contents for the go.mod file
*/
export declare function generateGoModFile(module: go.Module, options: go.Options, existingGoMod?: string): string;
//# sourceMappingURL=gomod.d.ts.map