package GoodEmployees
import (
p "people"
)
type Programming interface {
Go()
Python()
SQL()
JS()
PHP()
}
type Language interface {
Russian()
English()
}
type CyberSecurity interface {
Web()
ActiveDirectory()
MalwareDevelopment()
Network()
}
type Skills interface {
Programming
Language
CyberSecurity
Coffee()
Study()
}
func main() {
var fu3fi Skills = p.NewEmployee()
}
Popular repositories Loading
-
LOTR
LOTR PublicForked from morethanbooks/projects
Repository for different small projects
Jupyter Notebook
-
-
-
-
-
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.