if
, select
, structs, methods, etc).Hello()
<- how to write functions, return types.Hello(name string)
<- arguments, constants.Hello(name string)
<- default to "world" using if
.Hello(name, language string)
<- switch
.struct
s without understanding pointers.package main
with a main
func) so users can see it in action and play with it../build.sh
before raising PR.