Skip to content

Commit 34e3540

Browse files
authored
fix
1 parent 6308038 commit 34e3540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func main() {
1616
go func() {
1717
http.Get("https://hits.spiritlhl.net/memorytest.svg?action=hit&title=Hits&title_bg=%23555555&count_bg=%230eecf8&edge_flat=false")
1818
}()
19-
fmt.Println(Green("项目地址:"), Yellow("https://github.com/oneclickvirt/memorytest"))
19+
fmt.Println(Green("Repo:"), Yellow("https://github.com/oneclickvirt/memorytest"))
2020
var showVersion, help bool
2121
var language, testMethod string
2222
memorytestFlag := flag.NewFlagSet("cputest", flag.ContinueOnError)

0 commit comments

Comments
 (0)