refactor: use ARL initialism casing

This commit is contained in:
Mathis Maquenne
2026-07-30 11:13:13 +02:00
parent 44a57d5f3a
commit c2f60be18e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import (
)
type Config struct {
ArlCookie string
ARLCookie string
OutputDir string
HomeDir string
}
@@ -47,7 +47,7 @@ func New() (*Config, error) {
}
return &Config{
ArlCookie: arl,
ARLCookie: arl,
OutputDir: outputDir,
HomeDir: homeDir,
}, nil