aboutsummaryrefslogtreecommitdiff
path: root/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'file.go')
-rw-r--r--file.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/file.go b/file.go
index 795dda0..4f3d449 100644
--- a/file.go
+++ b/file.go
@@ -11,11 +11,6 @@ import (
"strings"
)
-type B64 interface {
- Marshal() ([]byte, error)
- Unmarshal([]byte) error
-}
-
type File struct {
Comment string
B64 []byte