diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-09-21 15:06:38 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:48 +0800 |
commit | faa3e4f294a69d4eddbba1e7888c932297f35225 (patch) | |
tree | ac91f9adad86d486ec35ebf98cc2747eacfd33fb /vendor/github.com/golang | |
parent | 4746deb69870907f9a18282b965ced372d1c0e98 (diff) | |
download | dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.tar dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.tar.gz dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.tar.bz2 dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.tar.lz dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.tar.xz dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.tar.zst dexon-faa3e4f294a69d4eddbba1e7888c932297f35225.zip |
dex: update interface and use static bls lib
Diffstat (limited to 'vendor/github.com/golang')
-rw-r--r-- | vendor/github.com/golang/snappy/.gitignore | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/golang/snappy/.gitignore b/vendor/github.com/golang/snappy/.gitignore deleted file mode 100644 index 042091d9b..000000000 --- a/vendor/github.com/golang/snappy/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -cmd/snappytool/snappytool -testdata/bench - -# These explicitly listed benchmark data files are for an obsolete version of -# snappy_test.go. -testdata/alice29.txt -testdata/asyoulik.txt -testdata/fireworks.jpeg -testdata/geo.protodata -testdata/html -testdata/html_x_4 -testdata/kppkn.gtb -testdata/lcet10.txt -testdata/paper-100k.pdf -testdata/plrabn12.txt -testdata/urls.10K |