simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.63k stars 49 forks source link

feat(linter): Add `gofumpt` linter to the codebase #146

Closed rodneyosodo closed 8 months ago

rodneyosodo commented 8 months ago

This commit adds a linter to the codebase to ensure code quality and consistency.

The following changes were made:

Note: No breaking changes were introduced in this commit.

simulot commented 8 months ago

thanks for this contribution