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 16 hrs 37 mins ████████████████░░░░░░░░░ 64.46 %
sh 3 hrs 49 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.83 %
Markdown 1 hr 36 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.25 %
YAML 1 hr 4 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.18 %
Go 45 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.95 %