Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Sep 7, 2024
1 parent 38779f5 commit a0fcc46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/resource/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0fcc46

Please sign in to comment.