Difference between revisions of "For (go lang)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
Revision as of 19:05, 27 October 2021
package main import "fmt" func main() { sum := 0 for { sum++ fmt.Println(sum) } }
See also
- Go, Gorutine:
go [ mod
|list
|fmt
,for
|build
|get
|version
|env | install | test
]go help
, Go template, Echo go web framework, Go packages, Blank identifier
Advertising: