diff options
Diffstat (limited to 'src/pkg/datafmt/datafmt.go')
-rw-r--r-- | src/pkg/datafmt/datafmt.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/datafmt/datafmt.go b/src/pkg/datafmt/datafmt.go index 60dde3bdb..3a0fa0858 100644 --- a/src/pkg/datafmt/datafmt.go +++ b/src/pkg/datafmt/datafmt.go @@ -218,8 +218,6 @@ import ( // ---------------------------------------------------------------------------- // Format representation -type State struct - // Custom formatters implement the Formatter function type. // A formatter is invoked with the current formatting state, the // value to format, and the rule name under which the formatter |