Home
Press ? for keyboard navigation
❮
Constants
Constants cannot be changed
❯
const
Constants
const - constants
examples/const/const.go
package
main
import
(
"fmt"
)
const
pi
float32
=
3.14
func
main
()
{
fmt
.
Println
(
pi
)
}
3.14
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)