package main func main() { const s1 = []string{} const s2 = []string{"hi"} const s3 = []string{ "hi", "hello", } }