@cryptotaxi247 / kubo / commits / 0d34b026d

Ensure FSRepo implements Repo

Tommi Virtanen committed Mar 11, 2015 at 10:41 UTC 0d34b026d5e4e4919d2069ed4314974116e75471
1 file changed +2
repo/fsrepo/fsrepo.go
+2
@@ -58,6 +58,8 @@ type FSRepo struct {
58 eventlogComponent component.EventlogComponent
59 }
60
61 +var _ repo.Repo = (*FSRepo)(nil)
62 +
63 type componentBuilder struct {
64 Init component.Initializer
65 IsInitialized component.InitializationChecker