go gettable for github.com/google/kati
diff --git a/doc.go b/doc.go
new file mode 100644
index 0000000..0cea5f9
--- /dev/null
+++ b/doc.go
@@ -0,0 +1,8 @@
+/*
+Package kati provides GNU make compatible functions, especially
+to speed up the continuous build of Android.
+
+*/
+package kati
+
+// TODO(ukai): cleanup API. make more symbol unexported.