Skip to content
View kinoko8587's full-sized avatar

Block or report kinoko8587

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kinoko8587/README.md

Ann Chen

Hi there! About me

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",
	}
}

kinoko8587

 kinoko8587

kinoko8587

Pinned Loading

  1. shortURL shortURL Public

    Go

  2. log-analyzer log-analyzer Public

    extensive data practice

    Go