Skip to content

ygto/yolang

Repository files navigation

type User struct{
int $age
varchar(10) $name
}

type Employee struct{
User $user
int $salary
}

Employee $theBest

$theBest.user.age=27
$theBest.user.name='yigit'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published