fix: "lab 实验室"语意重复

This commit is contained in:
zhshch2002
2022-05-13 16:41:57 +08:00
parent 97578e40f7
commit 46e32d697d
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@@ -16,9 +16,9 @@ require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/fatih/color v1.13.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rodaine/table v1.0.1 // indirect
github.com/rodaine/table v1.0.1
github.com/stretchr/testify v1.7.1 // indirect
github.com/tidwall/gjson v1.14.1 // indirect
github.com/tidwall/gjson v1.14.1
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect

View File

@@ -6,7 +6,7 @@ import (
)
func PrintCopyRight() {
fmt.Println("NextTrace v0.1.0 Alpha \nxgadget-lab 实验室 zhshch (xzhsh.ch) & leo (leo.moe)")
fmt.Println("NextTrace v0.1.0 Alpha \nxgadget-lab zhshch (xzhsh.ch) & leo (leo.moe)")
}
func PrintTraceRouteNav(ip net.IP, domain string, dataOrigin string) {