summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.android-386.txt
blob: 981334eae955fa60c10de66292f0d8440c88d34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
golang.org/toolchain@v0.0.1-go1.999testmod.android-386

-- .mod --
module golang.org/toolchain
-- .info --
{"Version":"v0.0.1-go1.999testmod.android-386"}
-- go.mod --
module golang.org/toolchain
-- bin/go --
#!/bin/sh
echo go1.999testmod here!
-- bin/gofmt --
echo i am unused
-- pkg/tool/fake --