From a7f12b34a59787d4a6aed6f23804420a8c9f81db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Tue, 18 Oct 2022 12:55:17 -0300 Subject: [PATCH] Add godoc to kmodifiers package --- kmodifiers/godoc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 kmodifiers/godoc.go 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