aboutsummaryrefslogtreecommitdiff
path: root/format.go
diff options
context:
space:
mode:
Diffstat (limited to 'format.go')
-rw-r--r--format.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.go b/format.go
index 48ffcfd..e980652 100644
--- a/format.go
+++ b/format.go
@@ -6,6 +6,7 @@ type S string
type I int64
type F float64
type C complex128
+type A interface{}
func (s S) String() string {
return string(s)