Skip to content

Commit

Permalink
Add interface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 6, 2019
1 parent 926a7bb commit f7caa33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osfs_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package vfs

var _ FS = OSFS
3 changes: 3 additions & 0 deletions pathfs_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package vfs

var _ FS = &PathFS{}

0 comments on commit f7caa33

Please sign in to comment.