diff --git a/event/event.go b/event/event.go index 17356451a..621bb169c 100644 --- a/event/event.go +++ b/event/event.go @@ -14,6 +14,9 @@ // Package event is a package that models events that occur during // the execution of a program. +// +// This package is still experimental and there is no guarantee for +// backward compatibility so far. package event // Event is an interface that custom events should implement.