From eafb59fae4accfe62513800fc73b8b378ce46420 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 31 Mar 2017 14:54:52 -0700 Subject: [PATCH] Add a basic README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cd575d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# `import "github.com/docker-library/go-dockerlibrary/manifest"` + +[![Travis Build Status](https://travis-ci.org/docker-library/go-dockerlibrary.svg?branch=master)](https://travis-ci.org/docker-library/go-dockerlibrary) [![GoDoc](https://godoc.org/github.com/docker-library/go-dockerlibrary?status.svg)](https://godoc.org/github.com/docker-library/go-dockerlibrary) + +This package contains the core parsing elements of [the `bashbrew` tool used by the Docker Official Images](https://github.com/docker-library/official-images/tree/master/bashbrew).