simplifying the repo, commands removed and proper libraries kept
This commit is contained in:
6
encoding/coder.go
Normal file
6
encoding/coder.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package encoding
|
||||
|
||||
import "io"
|
||||
|
||||
type Encoder func(io.Writer, interface{}) error
|
||||
type Decoder func(io.Reader, interface{}) error
|
Reference in New Issue
Block a user