#wompfox not sure if you already have
1 messages · Page 1 of 1 (latest)
Nothing in particular chosen yet. Figured just to prove the concept out.
It'll be all written in golang, so maybe a simple go project that we want to vet and build.
We could have two util mods like:
golint(in github)gobuild(in gitlab)
and a main mod like mybuild in github
Cool!
Guess I can steal/mod this https://github.com/dagger/dagger/blob/main/internal/mage/sdk/go.go#L26-L49
More of a meta thing - in the example modules the Go one has a bunch of functions like test/build/lint. I think that structure makes sense for that type of module, rather than having a separate module for each. But for testing purposes obviously it doesn't matter
yeah let me find the link real quick
Totally agree that we'll package these correctly, but need to understand how this system works first.