From 87a014f0be2b5601439c8e511340f5776498e957 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 26 Oct 2017 11:36:09 +0200 Subject: [PATCH] Add a go file on buildkit root folder - Allows to add a "root" documentation on godoc.org - Should fix errors when trying to depend on buildkit using golang/dep Signed-off-by: Vincent Demeester --- doc.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 000000000000..e81189147365 --- /dev/null +++ b/doc.go @@ -0,0 +1 @@ +package buildkit