1
0
mirror of https://github.com/golang/go synced 2024-09-30 12:18:33 -06:00
go/internal/event/label
Ian Cottrell a82abb5396 internal/event: extract keys to their own package
Now key types can be implemented outside the package that holds labels or events, they should be.
This prevents the large list of types from poluting the public interface of the core packages.

Change-Id: I927f31cb5e4e1d0c29619681015962f890623e5c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/229240
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-04-23 18:13:43 +00:00
..
label_test.go internal/event: extract keys to their own package 2020-04-23 18:13:43 +00:00
label.go internal/event: move event/core.Tag to event/label.Label 2020-04-23 18:13:33 +00:00