You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import (
"fmt"
)
typeBiomap[string]stringfuncmain() {
fork, v:=rangeGetBio() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
funcGetBio() Bio {
returnBio{
"- β‘ Quick bio:": "A kind of amateurMusician-traveler-foodLover-gamer-coder-programmer-dogLover-sportsfan",
"- π Iβm currently working on": "Developer at SDSLabs working on some cool tech stuff",
"- π± Iβm currently learning": "Golang, RabbitMQ, Unity, CP, Docker",
"- π― Iβm looking to collaborate on": "Golang and Kubernetes related projects",
"- π€ Iβm looking for help with": "Anything related to what I am currently learning π ",
"- π¬ Ask me about": "Python, PHP, Golang, Javascript, SQL, Software Design & Architecture, Web-Dev",
"- π« How to reach me:": "Mail me on avi.aviral140@gmail.com",
}
}
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared β¦