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 15 hrs 37 mins ████████████████░░░░░░░░░ 64.27 %
Markdown 4 hrs 2 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.65 %
sh 3 hrs 12 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.21 %
Other 29 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.00 %
Text 13 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.94 %