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 10 hrs 20 mins █████████▓░░░░░░░░░░░░░░░ 38.02 %
sh 5 hrs 58 mins █████▒░░░░░░░░░░░░░░░░░░░ 21.96 %
Go 5 hrs 39 mins █████▒░░░░░░░░░░░░░░░░░░░ 20.83 %
Markdown 3 hrs 28 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 12.76 %
YAML 58 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.61 %