diff --git a/kmodifiers/godoc.go b/kmodifiers/godoc.go new file mode 100644 index 0000000..4d5366a --- /dev/null +++ b/kmodifiers/godoc.go @@ -0,0 +1,6 @@ +// This package exposes only the public types and functions for creating new +// modifiers for KSQL. +// +// For understanding internal details of the code +// please read the `internal/modifiers` package. +package kmodifiers