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
}
😴
...
2nd account.
- 127.0.0.1
-
20:34
(UTC +07:00) - @Unknownkzx
- xelyours
- https://telegram.dog/userindo
Highlights
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.


