diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:23:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:23:18 +0000 |
commit | 43a123c1ae6613b3efeed291fa552ecd909d3acf (patch) | |
tree | fd92518b7024bc74031f78a1cf9e454b65e73665 /src/os/testdata | |
parent | Initial commit. (diff) | |
download | golang-1.20-43a123c1ae6613b3efeed291fa552ecd909d3acf.tar.xz golang-1.20-43a123c1ae6613b3efeed291fa552ecd909d3acf.zip |
Adding upstream version 1.20.14.upstream/1.20.14upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/os/testdata')
-rw-r--r-- | src/os/testdata/dirfs/a | 0 | ||||
-rw-r--r-- | src/os/testdata/dirfs/b | 0 | ||||
-rw-r--r-- | src/os/testdata/dirfs/dir/x | 0 | ||||
-rw-r--r-- | src/os/testdata/hello | 1 | ||||
-rw-r--r-- | src/os/testdata/issue37161/a | 1 | ||||
-rw-r--r-- | src/os/testdata/issue37161/b | 1 | ||||
-rw-r--r-- | src/os/testdata/issue37161/c | 1 |
7 files changed, 4 insertions, 0 deletions
diff --git a/src/os/testdata/dirfs/a b/src/os/testdata/dirfs/a new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/os/testdata/dirfs/a diff --git a/src/os/testdata/dirfs/b b/src/os/testdata/dirfs/b new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/os/testdata/dirfs/b diff --git a/src/os/testdata/dirfs/dir/x b/src/os/testdata/dirfs/dir/x new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/os/testdata/dirfs/dir/x diff --git a/src/os/testdata/hello b/src/os/testdata/hello new file mode 100644 index 0000000..e47c092 --- /dev/null +++ b/src/os/testdata/hello @@ -0,0 +1 @@ +Hello, Gophers! diff --git a/src/os/testdata/issue37161/a b/src/os/testdata/issue37161/a new file mode 100644 index 0000000..7898192 --- /dev/null +++ b/src/os/testdata/issue37161/a @@ -0,0 +1 @@ +a diff --git a/src/os/testdata/issue37161/b b/src/os/testdata/issue37161/b new file mode 100644 index 0000000..6178079 --- /dev/null +++ b/src/os/testdata/issue37161/b @@ -0,0 +1 @@ +b diff --git a/src/os/testdata/issue37161/c b/src/os/testdata/issue37161/c new file mode 100644 index 0000000..f2ad6c7 --- /dev/null +++ b/src/os/testdata/issue37161/c @@ -0,0 +1 @@ +c |