79441878

Date: 2025-02-15 16:34:39
Score: 1
Natty:
Report link

In case you want to append a slice

arr := new([][]string)
*arr = append(*arr, []string{"abc", "def"})
fmt.Println(*arr)

See playground

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: qpaycm