diff options
Diffstat (limited to 'pkg/eventchannel/event_any.go')
-rw-r--r-- | pkg/eventchannel/event_any.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/eventchannel/event_any.go b/pkg/eventchannel/event_any.go index a5549f6cd..13f300061 100644 --- a/pkg/eventchannel/event_any.go +++ b/pkg/eventchannel/event_any.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build go1.1 +// +build go1.1 + package eventchannel import ( |