Add godoc to kmodifiers package

This commit is contained in:
Vinícius Garcia 2022-10-18 12:55:17 -03:00
parent 4890563c27
commit a7f12b34a5

6
kmodifiers/godoc.go Normal file
View File

@ -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