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 8 hrs 36 mins █████████▓░░░░░░░░░░░░░░░ 39.16 %
Go 5 hrs 56 mins ██████▓░░░░░░░░░░░░░░░░░░ 27.02 %
Markdown 3 hrs 52 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.63 %
sh 2 hrs 21 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.70 %
Other 27 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.11 %