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:": "A Taiwanese working as an engineer in Japan.",
"- 🔭 I’m currently working on": "Backend engineer",
"- 🌱 I’m currently learning": "Golang, PostgreSQL, Aws, PHP (Tech stack from my company)",
"- 👯 I’m looking to collaborate on": "Golang related projects",
"- 🤔 I’m looking for help with": "Anything related to what I am currently learning",
"- 📫 How to reach me:": "https://www.linkedin.com/in/ann-chen-6893531a6",
}
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
