Choose Category
package main import ( "fmt" ) func main() { for i := 1; i <= 5; i++ { fmt.Printf(" %d",i) } }