#wompfox not sure if you already have

1 messages · Page 1 of 1 (latest)

native fox
#

Which utility modules are you working on?

rocky thicket
#

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

native fox
#

Cool!

rocky thicket
native fox
#

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

rocky thicket
#

Oh, was there already a lint in there?

#

If so, I'll steal that.

native fox
#

yeah let me find the link real quick

rocky thicket
#

Totally agree that we'll package these correctly, but need to understand how this system works first.

native fox