withModTidy
Method
interface GoAppResource { // ... omitted for brevity withModTidy(): GoAppResource;}Signature
method
withModTidybuilderRuns `go mod tidy` before starting the application, ensuring `go.sum` is up to date. The main application waits for the tidy step to complete successfully before launching.
withModTidy(): GoAppResourceReturns
GoAppResourceApplies to
This method applies to the following types: