This commit is contained in:
AceVest
2015-12-08 16:01:57 +08:00
parent f4f9b9ce00
commit 90d60c3154

View File

@@ -51,7 +51,7 @@ func (tn *TwoInts) String() string {
type TT float64
func (t TT) String() string {
return fmt.Sprintf("%v", s)
return fmt.Sprintf("%v", t)
}
t. String()
```