mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-23 05:10:50 +01:00
8 lines
193 B
Go
8 lines
193 B
Go
|
// SPDX-FileCopyrightText: 2023 Winni Neessen <wn@neessen.dev>
|
||
|
//
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/wneessen/logranger/plugins/actions/file" // register plugin
|