Skip to content

Instantly share code, notes, and snippets.

@gswallow
Created August 9, 2018 14:59
Show Gist options
  • Save gswallow/dab57915662fe9de544b7e8e0a994da6 to your computer and use it in GitHub Desktop.
Save gswallow/dab57915662fe9de544b7e8e0a994da6 to your computer and use it in GitHub Desktop.
go book
package main
import "fmt"
import "strings"
func main() {
fmt.Println(strings.ToUpper(strings.Join([]string{"e", "i", "e", "i", "o!"}, "-")))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment