- π Iβm currently working as Car Maker at Polestar
- π― Iβm looking to collaborate on ipfs/kubo
- π€ Iβm looking for help with modelgen
- π¬ Ask me about golang
- π« How to reach me: twitter/tarekbadrsh
- β‘ Fun fact: I like to dance bachata πΊπ
func doSomething(whatToDo string, rightORwrong bool) {
if rightORwrong {
fmt.Println(whatToDo)
} else {
doSomething(whatToDo + ", do it right!", true)
}
}