Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
561 stars 63 forks source link

handle nested go.mod files #390

Open davidgamero opened 1 month ago

davidgamero commented 1 month ago

for go projects, detect subdirectories with go.mod if one isn't present at the root, and allow selecting one to use would make the templating more flexible

davidgamero commented 1 month ago

this is similar to searching for a package.json, in which we walk the tree for an anchor file that indicates a project root