From: Joel Sing Date: Thu, 10 Aug 2023 15:51:53 +0000 (+1000) Subject: cmd/go/testdata/mod: add golang toolchain test data for openbsd/riscv64 X-Git-Tag: go1.22rc1~689 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a1eb658d18b1f594e133aa71d3e29d33ed523106;p=gostls13.git cmd/go/testdata/mod: add golang toolchain test data for openbsd/riscv64 Updates #55999 Change-Id: I65e3bfb08ed2dd1602531902c7df8232e5151aa8 Reviewed-on: https://go-review.googlesource.com/c/go/+/518628 Reviewed-by: Michael Pratt Reviewed-by: Aaron Bieber Reviewed-by: Ian Lance Taylor Run-TryBot: Joel Sing TryBot-Result: Gopher Robot --- diff --git a/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-riscv64.txt b/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-riscv64.txt new file mode 100644 index 0000000000..978be3bf78 --- /dev/null +++ b/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-riscv64.txt @@ -0,0 +1,14 @@ +golang.org/toolchain@v0.0.1-go1.999testmod.openbsd-riscv64 + +-- .mod -- +module golang.org/toolchain +-- .info -- +{"Version":"v0.0.1-go1.999testmod.openbsd-riscv64"} +-- go.mod -- +module golang.org/toolchain +-- bin/go -- +#!/bin/sh +echo go1.999testmod here! +-- bin/gofmt -- +echo i am unused +-- pkg/tool/fake --