Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgagovic committed Oct 5, 2023
1 parent 96799d3 commit 43a8095
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"go.uber.org/zap"
)

////go:embed contentNodesTest.json
//var contentNodes []byte
//go:embed contentNodesTest.json
var contentNodes []byte

// p := map[string]*content.RepoNode{}
// err := json.Unmarshal(contentNodes, &p)
Expand Down

0 comments on commit 43a8095

Please sign in to comment.