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 9 hrs ███████████▒░░░░░░░░░░░░░ 45.29 %
Go 3 hrs 49 mins ████▓░░░░░░░░░░░░░░░░░░░░ 19.25 %
Markdown 3 hrs 39 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.42 %
sh 2 hrs 11 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 11.05 %
Other 27 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.31 %