Home
Press ? for keyboard navigation
❮
Scan int
Overwriting built-in functions
❯
Function assignment
examples/function-alias/function_alias.go
package
main
import
(
"fmt"
)
func
main
()
{
print
:=
fmt
.
Println
print
(
42
)
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)