Skip to content
View unknownkz's full-sized avatar
😴
...
😴
...

Block or report unknownkz

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
unknownkz/README.md

ʜᴇʟʟᴏ ᴛʜᴇʀᴇ ꜰᴇʟʟᴏᴡ

package main

type Developer struct {
    Name      string
    Role      string
    Language  []string
    Focus     []string
}

func main() {
    me := Developer{
        Name: "unknownkz",
        Role: "Full-Stack Developer",
        Language: []string{
            "Go",
            "Python",
            "PHP",
            "JavaScript",
            "TypeScript",
        },
        Focus: []string{
            "Automation",
            "Backend Services",
            "Linux Infrastructure",
            "Telegram Bots",
        },
    }
    _ = me
}

Metrics

Pinned Loading

  1. gotd/td gotd/td Public

    Telegram client, in Go. (MTProto API)

    Go 2.3k 193