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 47 mins ███████████▓░░░░░░░░░░░░░ 46.81 %
sh 5 hrs 3 mins █████░░░░░░░░░░░░░░░░░░░░ 20.09 %
YAML 4 hrs 42 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.67 %
Markdown 2 hrs 24 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.53 %
Other 28 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.91 %