Add internal/README.md
diff --git a/internal/README.md b/internal/README.md
new file mode 100644
index 0000000..edf171f
--- /dev/null
+++ b/internal/README.md
@@ -0,0 +1,5 @@
+This directory contains support libraries for other Go code in this repository
+(e.g. in the top level `cmd`, `lang` and `lib` directories). The difference is
+that [internal](https://golang.org/cmd/go/#hdr-Internal_Directories) packages
+are private implementation details that cannot be imported from outside of
+those directories.