package swampfile import ( "testing" "caj-larsson/bog/dataswamp/swampfile" ) func TestFileRepo(t *testing.T) { swampfile.RepositoryContract(NewRepository, t) }