Skip to content
View mikkegt's full-sized avatar
♨️
Hello World!
♨️
Hello World!

Highlights

  • Pro

Block or report mikkegt

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
mikkegt/README.md

Hi there 👋

package main

type Developer struct {
    Name          string
    Communities   []string
    Experiences   []string
    Hobbies       []string
    Cats          []struct {
        Name string
        Role string
    }
}

func NewDeveloper() *Developer {
    return &Developer {
        Name: "Misato Kawano 👵",
        Communities: []string {
            "SingularitySociety 🚀",
            "WomenWhoGo Tokyo 🦫",
            "42 Tokyo 🎮",
            "Raycast Community Japan 🦝",
        },
        Experiences: []string {
            "System Development 💻",
            "Infrastructure Management 🛠️",
            "BI & Data Operations 📊",
            "Security Product Support 🔐",
            "Support Center Leadership 🎯",
        },
        Hobbies: []string {
            "Mountain Climbing 🏔️",
            "City Walking 🚶‍♀️",
            "Knitting 🧶",
            "Piano 🎹",
            "Tennis 🎾",
        },
        Cats: []struct {
            Name string
            Role string
        }{
            { Name: "Nyan1-Go", Role: "Senior Bug Hunter 🐱" },
            { Name: "Nyan2-Go", Role: "Chief Nap Officer 🐱" },
        },
    }
}

Pinned Loading

  1. ownplate ownplate Public

    Forked from Nakajima-Foundation/ownplate

    Vue

  2. WomenWhoGoTokyo/book-reading-party WomenWhoGoTokyo/book-reading-party Public

    Go 15

  3. mulmocast-app mulmocast-app Public

    Forked from receptron/mulmocast-app

    TypeScript