func main() {
	t := time.Time{}
	fmt.Println("First 3 Chars is: ", t.first3Chars())
}