package main
type Me struct {
Name string
Job string
Code string
Skills string
}
func main() {
me := &Me{
Name: "moonD4rk",
Job: "Cyber Security Engineer",
Code: "Go and Python and Others",
Skills: "Hacking ^o^",
}
_ = me
}
Python 15 hrs 10 mins ███████████████▓░░░░░░░░░ 62.01 %
sh 3 hrs 38 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.86 %
Markdown 1 hr 31 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.23 %
YAML 59 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.02 %
Go 46 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 03.15 %