* add exploit * bug fix while loading config in TUI, display in format-full-text * fix readme
9 lines
84 B
Go
9 lines
84 B
Go
package exploit
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSetPackageStates(t *testing.T) {
|
|
}
|