diff options
Diffstat (limited to 'vendor/gopkg.in/bufio.v1/Makefile')
-rw-r--r-- | vendor/gopkg.in/bufio.v1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/gopkg.in/bufio.v1/Makefile b/vendor/gopkg.in/bufio.v1/Makefile new file mode 100644 index 0000000000..038ed47e94 --- /dev/null +++ b/vendor/gopkg.in/bufio.v1/Makefile @@ -0,0 +1,2 @@ +all: + go test gopkg.in/bufio.v1 |