GoAppResource.withModVendor
Method
interface GoAppResource { // ... omitted for brevity withModVendor(): GoAppResource;}Signature
method
withModVendor builder Runs `go mod vendor` before starting the application, caching all module dependencies in the local `vendor/` directory. The main application waits for the vendor step to complete successfully before launching.
withModVendor(): GoAppResourceReturns
GoAppResource Defined on
This method is defined on the following type: