Hi,
I created a Dagger Module using dagger init and when I remove one of the boilerplate functions the module doesn't work anymore. Steps to replicate it:
- Remove the
ContainerEchofunc frommain.go - Run
dagger call <another-existing-func>
The error is:
Stderr:
# dagger/go-dagger
./dagger.gen.go:607:23: (*GoDagger).ContainerEcho undefined (type *GoDagger has no field or method ContainerEcho)