diff options
Diffstat (limited to 'container/autoroot.go')
| -rw-r--r-- | container/autoroot.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/container/autoroot.go b/container/autoroot.go index a982e879..13d48257 100644 --- a/container/autoroot.go +++ b/container/autoroot.go @@ -1,7 +1,6 @@ package container import ( - "encoding/gob" "fmt" "hakurei.app/check" @@ -9,8 +8,6 @@ import ( "hakurei.app/message" ) -func init() { gob.Register(new(AutoRootOp)) } - // Root is a helper for appending [AutoRootOp] to [Ops]. func (f *Ops) Root(host *check.Absolute, flags int) *Ops { *f = append(*f, &AutoRootOp{host, flags, nil}) |
