Updates
Some checks failed
Run tests / test (1.25) (push) Failing after 18s
Run tests / test (stable) (push) Failing after 19s

This commit is contained in:
2026-02-22 21:05:51 +01:00
parent db19ea81b0
commit e915c89710
5 changed files with 282 additions and 51 deletions

View File

@@ -0,0 +1,6 @@
package meshcore
import "github.com/sirupsen/logrus"
// Logger used by this package.
var Logger = logrus.New()