Functions / Parameters / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" ) func SayHelloToMe(firstName, lastName string, age int) { fmt.Printf("Hello, %s %s!\n", firstName, lastName) fmt.Printf("You are %d\n", age) } func main() { SayHelloToMe("John", "Doe", 35) }
Editor Settings
Theme
Key bindings
Full width
Lines