package main
import (
"fmt"
)
type Bio map[string]string
func main() {
for k, v := range GetBio() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetBio() Bio {
return Bio{
"- β‘ Quick bio:": "Everything can be done if you want it",
"- π Iβm currently working on": "Junior Developer",
"- π± Iβm currently learning": "Golang",
"- π― Iβm looking to collaborate on": "Python, Golang and Docker related projects",
"- π€ Iβm looking for help with": "Anything related to what I am currently learning π
",
"- π¬ Ask me about": "Python, Java, node.js, Distribute Daniel Of Service (DDOS)",
"- π« How to reach me:": "discord: @drindez",
}
}
Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past