GolangTuto Oof golang code snippets for learning i guess feel free to fork this repo for your personal usage func main() { f := 1 for f < 3 { fmt.Println("learn code boiis") f++ } “A language that doesn't affect the way you think about programming is not worth knowing.” ― Alan J. Perlis