// tutor package main type Tutor struct { Id int Name string Email string }