Run go fmt/fix

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-13 14:16:00 +01:00
parent 8657761293
commit d5c62a9383
44 changed files with 319 additions and 364 deletions

View File

@@ -95,7 +95,7 @@ func (gid GID) Timestamp() time.Time {
}
// Scan implements the database/sql/driver.Scanner interface
func (gid *GID) Scan(value interface{}) error {
func (gid *GID) Scan(value any) error {
var str string
switch v := value.(type) {
case string: