]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goos: fix bug in gengoos.go
authorzfdx123 <2915441170@qq.com>
Wed, 11 Dec 2024 04:17:11 +0000 (04:17 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 11 Dec 2024 17:54:18 +0000 (09:54 -0800)
CL 601357 mistakenly added an extra period.

Change-Id: I54db621663797f094059a4eb86bf5d9626fa59d6
GitHub-Last-Rev: c756e0a82427c44b00bd88547dc40bf88c85fc1f
GitHub-Pull-Request: golang/go#70733
Reviewed-on: https://go-review.googlesource.com/c/go/+/634517
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/goos/gengoos.go

index aba0d3c3356f4fbcf3246021014ffac1be2eabe5..e0d4d38e898e890c7b0c20a41d5562b0301f9f21 100644 (file)
@@ -17,7 +17,7 @@ import (
 var gooses []string
 
 func main() {
-       data, err := os.ReadFile("../../internal/syslist/syslist..go")
+       data, err := os.ReadFile("../../internal/syslist/syslist.go")
        if err != nil {
                log.Fatal(err)
        }