Update to go1.24.0

This commit is contained in:
Vorapol Rinsatitnon
2025-02-14 12:42:07 +07:00
parent 25e497e367
commit bf266cebe6
3169 changed files with 236789 additions and 60275 deletions

View File

@@ -8,10 +8,7 @@
//
// Usage:
//
// go tool preprofile [-v] [-o output] -i input
//
//
// go tool preprofile [-V] [-o output] -i input
package main
import (
@@ -26,7 +23,7 @@ import (
)
func usage() {
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-v] [-o output] -i input\n\n")
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-V] [-o output] -i input\n\n")
flag.PrintDefaults()
os.Exit(2)
}