fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

tests: make the code pass the go vet checks (#334)

author
mpimenov
committer
GitHub
date (May 19, 2022, 4:40 PM +0300) commit ec4be9d5 parent cdb50371
+2 -2
+2 -2
shards/shards_test.go
··· 924 924 b := testIndexBuilder(t, 925 925 &zoekt.Repository{ 926 926 Branches: []zoekt.RepositoryBranch{ 927 - {"branches", "v1"}, 928 - {"needle", "v2"}, 927 + {Name: "branches", Version: "v1"}, 928 + {Name: "needle", Version: "v2"}, 929 929 }, 930 930 }, 931 931 zoekt.Document{Name: "f1", Content: []byte("needle the bla"), Branches: []string{"branches"}},