addGoApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addGoApp( name: string, appDirectory: string, packagePath?: string, buildTags?: string[], ldFlags?: string, gcFlags?: string, raceDetector?: boolean): GoAppResource;}Signature
method
addGoApp builder Adds a Go application to the application model. The Go toolchain must be available on the PATH.
addGoApp( name: string, appDirectory: string, packagePath?: string, buildTags?: string[], ldFlags?: string, gcFlags?: string, raceDetector?: boolean): GoAppResourceParameters
name string appDirectory string packagePath string optional = . buildTags string[] optional ldFlags string optional gcFlags string optional raceDetector boolean optional = False Returns
GoAppResource Applies to
This method applies to the following types: