Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.94k stars 335 forks source link

Fix: struct with 24 pointer bytes could be 16 #122

Closed itsjoeoui closed 1 year ago

itsjoeoui commented 1 year ago

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

Problem/Feature

Please include a description of the problem or feature this PR is addressing.

Description of Changes:

Fixed the following warning:

Diagnostics:

  1. struct with 24 pointer bytes could be 16 [default]

Checklist