// oh simple things where have you gone const person = { type: "Engineer", skills: [ "Backend", "Python", "Go" ], keepsLearning: true, }; // fmt.Println("Hey there");