Skip to content

Commit e4a812f

Browse files
committed
chore: backup
1 parent 735d90e commit e4a812f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

simplefileserver_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
import (
4+
"testing"
5+
)
6+
7+
func Test_getLocalIPs(t *testing.T) {
8+
//fmt.Println(getLocalIPs())
9+
}

0 commit comments

Comments
 (0)