package main
func main() {
var me *user = &user{
FullName: "Haponyuk Yevhen",
Bio: "Freelancer, sudent of mehmat, average clean code enjoyer",
Skills: []string{"go", "python", "databases/orm", "git", "docker", "typescript", "html/css"},
}
err := me.DoJob()
if err != nil {
panic(err.Error())
}
}
๐ฑ
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.