HomeLangGoSlice
Table of Contents
mySlice []string mySlice = append(mySlice, "Yo")
mySlice = mySlice [:len(mySlice )-1]