diff --git a/internal/resource/id.go b/internal/resource/id.go index 4023692..b3b4b58 100644 --- a/internal/resource/id.go +++ b/internal/resource/id.go @@ -6,10 +6,6 @@ import ( ) var ( - // GlobalID is the zero value of ID, representing the ID of the abstract - // top-level "global" entity to which all resources belong. - GlobalID = ID{} - // nextID provides the next ID for each kind nextID map[Kind]uint = make(map[Kind]uint) mu sync.Mutex