sourcePath property

String? sourcePath
getter/setter pair

Source path of the go.mod file in the build's workspace.

If not specified, this will default to the current directory. e.g. ~/code/go/mypackage

Optional.

Implementation

core.String? sourcePath;