golang원서에

func (c unofficialtype) String() string{ return fmt.Sprintf("%g @",c)}

꼴의 예제가있는데 이걸 실제 개발시에는 어떤식으로 이용하나요??