Skip to content

Commit

Permalink
fix: "lab 实验室"语意重复
Browse files Browse the repository at this point in the history
  • Loading branch information
zhshch2002 committed May 13, 2022
1 parent 97578e4 commit 46e32d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion util/printer/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 46e32d6

Please sign in to comment.