Dan Mordechay
Dan Mordechay
ok so lets say i have a Golang lib in my organization GitHub with internal/private privileges (`github.com/org-name/internal-lib`) the only way you can run `go mod download` is if you have...
Commenting to keep it open 🙏
hi gopher! i didnt intend to catch all cases :pray: for my projects at work i dont use arch based go files so i have only `flatcase.go` and `flatcase_test.go` if...
@ccoVeille thanks for the detailed response i take your comments in, i think you have some valid points here. i also see in standard lib they are less strict about...
Thanks guys, I can totally relate to the simplicity of just using a regex, but still believe many devs would just prefer something ready to use out of the box....
Ok this one looks very useful 😎 Will it help to enforce flatcase package name? (and flatcase_test) Also, are we comparing the directory name to the package name to see...
@ccoVeille thank you for this PR 🙏
@ccoVeille @loeffel-io hi guys, any idea when you are planning on merging this one? thank you putting effort into it 🙏