We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6308038 commit 34e3540Copy full SHA for 34e3540
cmd/main.go
@@ -16,7 +16,7 @@ func main() {
16
go func() {
17
http.Get("https://hits.spiritlhl.net/memorytest.svg?action=hit&title=Hits&title_bg=%23555555&count_bg=%230eecf8&edge_flat=false")
18
}()
19
- fmt.Println(Green("项目地址:"), Yellow("https://github.com/oneclickvirt/memorytest"))
+ fmt.Println(Green("Repo:"), Yellow("https://github.com/oneclickvirt/memorytest"))
20
var showVersion, help bool
21
var language, testMethod string
22
memorytestFlag := flag.NewFlagSet("cputest", flag.ContinueOnError)
0 commit comments