Skip to content

Commit

Permalink
add check that UnixFSBasicDir implements the ADL interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Sep 27, 2021
1 parent 1b1b09b commit dcb97c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions directory/basicdir.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

var _ ipld.Node = UnixFSBasicDir(nil)
var _ schema.TypedNode = UnixFSBasicDir(nil)
var _ ipld.ADL = UnixFSBasicDir(nil)

type UnixFSBasicDir = *_UnixFSBasicDir

Expand Down

0 comments on commit dcb97c3

Please sign in to comment.