I had trouble getting set up with a brand new repo cause I was trying to do from scratch instead of the template repo.
So that's my own fault 😜
So can someone clarify are dagger functions multi module structured rather than one go module and independently versionable because of this?
- Ie does a dagger module equate to a go module or is it each function equates to its own go module (aka a repo would then be a multi module repo in Go terms)
- should the dagger.json sit in the same directory as the function then?