work on new constructors

This commit is contained in:
eyedeekay
2025-02-17 22:23:20 -05:00
parent c1d7c642b4
commit e279e7c011
7 changed files with 114 additions and 64 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
fmt:
find . -name '*.go' -exec gofumpt -w -s -extra {} \;