mirror of
https://github.com/safing/portbase
synced 2025-09-15 09:39:50 +00:00
Fix tests and linter warnings
This commit is contained in:
parent
7d2cd6c15d
commit
f59ad0357a
162 changed files with 668 additions and 696 deletions
|
@ -1,8 +1,6 @@
|
|||
package modules
|
||||
|
||||
var (
|
||||
cmdLineOperation func() error
|
||||
)
|
||||
var cmdLineOperation func() error
|
||||
|
||||
// SetCmdLineOperation sets a command line operation to be executed instead of starting the system. This is useful when functions need all modules to be prepared for a special operation.
|
||||
func SetCmdLineOperation(fn func() error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue