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.19k stars 35 forks source link

Automatically determine commit info with buildinfo #243

Closed mjsir911 closed 1 month ago

mjsir911 commented 1 month ago

This is an extension to #242

Potentially could go further and replace the "none" with a git-archive compatible replacement token $Format:%H$ (see: https://icinga.com/blog/2022/05/25/embedding-git-commit-information-in-go-binaries/)

Go doesn't provide build date/time, would've been useful.