mirror of
https://github.com/zu1k/nali.git
synced 2025-03-11 19:02:03 +08:00
chore: remove useless test code
Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
parent
970d770601
commit
7d3c83d135
@ -1,15 +0,0 @@
|
|||||||
package entity
|
|
||||||
|
|
||||||
import (
|
|
||||||
"fmt"
|
|
||||||
"testing"
|
|
||||||
)
|
|
||||||
|
|
||||||
func TestParse(t *testing.T) {
|
|
||||||
fmt.Println(ParseLine("2001:0db8:85a3:0000:0000:8a2e:0370:7334 baidu.com 1.2.3.4 baidu.com"))
|
|
||||||
fmt.Println(ParseLine("a.cn.b.com.c.org d.com"))
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestColorPrint(t *testing.T) {
|
|
||||||
fmt.Println(ParseLine("2001:0db8:85a3:0000:0000:8a2e:0370:7334 baidu.com 1.2.3.4 baidu.com").ColorString())
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user