withModTidy
Method
interface GoAppResource { // ... omitted for brevity withModTidy(): GoAppResource;}Signature
method
withModTidy builder Runs `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
GoAppResource Applies to
This method applies to the following types: