Go: Add vendor directory to mixed-layout test with go.work file

The `go.work` file here should not get discovered by the autobuilder
This commit is contained in:
Michael B. Gale
2024-11-04 12:44:42 +00:00
parent b372af51b6
commit 4fa0019b55
4 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package test
func Add(a, b int) int {
return a + b
}

View File

@@ -0,0 +1,3 @@
go 1.22.0
use .

View File

@@ -0,0 +1,3 @@
# example.com/test v0.1.0
## explicit; go 1.14
example.com/test

View File

@@ -0,0 +1,3 @@
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=