// slices3 // Make me compile! // I AM NOT DONE package main import "fmt" func main() { names := []string{"John", "Maria", "Carl", "Peter"} names = append() fmt.Println(names) }