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 11 hrs 29 mins █████████▒░░░░░░░░░░░░░░░ 37.44 %
Go 10 hrs 46 mins ████████▓░░░░░░░░░░░░░░░░ 35.10 %
sh 3 hrs 53 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 12.68 %
Markdown 3 hrs 37 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.78 %
JSON 26 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.46 %