Juan Calderon-Perez
Juan Calderon-Perez
@grivera64 Do you want to be assigned this issue?
@grivera64 Thanks 💪
@grivera64 You can check the length if using "..." ```go tc := TestConfig{ ... Default values here } if len(TestConfig) > 0 { tc = TestConfig[0] } ```
@grivera64 I see what you mean, yes it would make sense to add it in the Docs
@grivera64 Sounds good, looking at your last commit. You can easily align the struct using the Makefile in the repo. Just run `make betteralign`. See here https://github.com/gofiber/fiber/blob/main/Makefile#L57
@ReneWerner87 Do you know the answer to the above?
@nickajacks1 ifacemaker should have the fixes this week. The tool had not been updated in 2 years. The owner gave me push access to help update/fix stuff.
https://github.com/vburenin/ifacemaker/releases/tag/v1.3.0
@reyammer MacOS 12 is EOL https://endoflife.date/macos
@reyammer There's no point in supporting an EOL os version. If you look here https://github.com/actions/runner-images?tab=readme-ov-file#available-images there's no longer an image for macos12 in the runners.