- Fix errcheck: explicitly ignore tx.Rollback() error in defer - When transaction commits successfully, Rollback() returns an error (expected) - Use defer func() with explicit error assignment to satisfy linter - Remove unused connectToService function - Function is not currently used (proto files not yet generated) - Commented out with TODO for future implementation - Prevents unused function lint error