summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-29 22:32:32 +0300
committerValery Piashchynski <[email protected]>2020-12-29 22:32:32 +0300
commit984953a9db1d94817bda2e3d9266583151b1b437 (patch)
tree70419ff5970540de61966eccfe861f12cc1e3589 /utils
parent6fe9da5c7c06cd18c79cef017289b8274079db4c (diff)
Rename Utils folder in the Makefile. Update memleak.php (char instead of
space). Format test for windows.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/network_windows_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/network_windows_test.go b/utils/network_windows_test.go
index 277dc970..59ec0485 100755
--- a/utils/network_windows_test.go
+++ b/utils/network_windows_test.go
@@ -3,8 +3,9 @@
package utils
import (
- "github.com/stretchr/testify/assert"
"testing"
+
+ "github.com/stretchr/testify/assert"
)
func TestCreateListener(t *testing.T) {