chore(Refactor) #110

Merged
grumbulon merged 15 commits from refactor into master 2022-09-24 23:11:10 +00:00
Showing only changes of commit 20f9cd0c4f - Show all commits

View file

@ -3,7 +3,6 @@
package cli_test
import (
"os"
"testing"
"time"
@ -28,8 +27,6 @@ func TestTLSPort(t *testing.T) {
assert.NilError(t, err)
assert.Equal(t, opts.Request.Port, 853)
os.Args = args
}
func TestSubnet(t *testing.T) {