Which statement about var items []string and items := []string{} is correct?

from Slices
Go 1.27 beginner 1 min

Which statement about var items []string and items := []string{} is correct?

Report an error