event: Add comments about backforward compatibility

This commit is contained in:
Hajime Hoshi 2019-08-31 01:05:50 +09:00
parent 96f6714b66
commit 31a47d05b1

View File

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