diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
commit | f154da9e12608589e8d5f0508f908a0c3e88a1bb (patch) | |
tree | f8255d51e10c6f1e0ed69702200b966c9556a431 /src/net/http/testdata | |
parent | 8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (diff) | |
download | golang-upstream/1.4.tar.gz |
Imported Upstream version 1.4upstream/1.4
Diffstat (limited to 'src/net/http/testdata')
-rw-r--r-- | src/net/http/testdata/file | 1 | ||||
-rw-r--r-- | src/net/http/testdata/index.html | 1 | ||||
-rw-r--r-- | src/net/http/testdata/style.css | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/net/http/testdata/file b/src/net/http/testdata/file new file mode 100644 index 000000000..11f11f9be --- /dev/null +++ b/src/net/http/testdata/file @@ -0,0 +1 @@ +0123456789 diff --git a/src/net/http/testdata/index.html b/src/net/http/testdata/index.html new file mode 100644 index 000000000..da8e1e93d --- /dev/null +++ b/src/net/http/testdata/index.html @@ -0,0 +1 @@ +index.html says hello diff --git a/src/net/http/testdata/style.css b/src/net/http/testdata/style.css new file mode 100644 index 000000000..208d16d42 --- /dev/null +++ b/src/net/http/testdata/style.css @@ -0,0 +1 @@ +body {} |