Hi, I'm Ae0lu5! The sky is dark, the wind is chasing! CTFer and Whitehat More about me…123456789101112131415161718package maintype Me struct{ Pronouns string Code string Job string BestAndFavoriteSkill string}func main() { me := &Me{ Job: "White Hat Hacker", Prononus: "He/Him", Code: "PHP and Python and Everythings", BestAndFavoriteSkill: "Web Hacking :D" } _ = me}