diff options
Diffstat (limited to 'pkg/refs/refcounter_state.go')
-rw-r--r-- | pkg/refs/refcounter_state.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/refs/refcounter_state.go b/pkg/refs/refcounter_state.go index 1be67f951..093eae785 100644 --- a/pkg/refs/refcounter_state.go +++ b/pkg/refs/refcounter_state.go @@ -14,6 +14,7 @@ package refs +// +stateify savable type savedReference struct { obj interface{} } |