chore: let golangci-lint autofix issues

Amolith created

Change summary

justfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

justfile 🔗

@@ -13,7 +13,7 @@ fmt:
 
 lint:
     # Linting Go source code
-    golangci-lint run
+    golangci-lint run --fix
 
 staticcheck:
     # Performing static analysis