From: Joel Sing Date: Thu, 10 Aug 2023 14:57:27 +0000 (+1000) Subject: cmd/go/testdata/mod: add golang toolchain test data for openbsd/ppc64 X-Git-Tag: go1.22rc1~1127 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=70a8a41e97246b82fa4a39cb27a7c47e7af55a57;p=gostls13.git cmd/go/testdata/mod: add golang toolchain test data for openbsd/ppc64 Updates #56001 Change-Id: Ic7b4ecb2e471292894c54610e8acda8822c890fb Reviewed-on: https://go-review.googlesource.com/c/go/+/518275 Reviewed-by: Matthew Dempsky Run-TryBot: Joel Sing Reviewed-by: Dmitri Shuralyov Reviewed-by: Paul Murphy TryBot-Result: Gopher Robot --- diff --git a/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-ppc64.txt b/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-ppc64.txt new file mode 100644 index 0000000000..60c73b7c1a --- /dev/null +++ b/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-ppc64.txt @@ -0,0 +1,14 @@ +golang.org/toolchain@v0.0.1-go1.999testmod.openbsd-ppc64 + +-- .mod -- +module golang.org/toolchain +-- .info -- +{"Version":"v0.0.1-go1.999testmod.openbsd-ppc64"} +-- go.mod -- +module golang.org/toolchain +-- bin/go -- +#!/bin/sh +echo go1.999testmod here! +-- bin/gofmt -- +echo i am unused +-- pkg/tool/fake --