Skip to content

Commit

Permalink
change slice declaration
Browse files Browse the repository at this point in the history
Co-authored-by: Víctor Roldán Betancort <vroldanbet@users.noreply.github.com>
  • Loading branch information
corkrean and vroldanbet authored Dec 16, 2024
1 parent fd7e7aa commit ea4841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-examples/go/exportBulk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
defer cancel()

var cursor *v1.Cursor
exportResults := make([]*v1.Relationship, 0)
var exportResults []*v1.Relationship

totalProcessed := 0

Expand Down

0 comments on commit ea4841c

Please sign in to comment.