package main; import "fmt"; type mile uint; type BinaryOp func(int, int) int; type empty struct{ }; type person struct{ name, second_name string; age int; work func() };