raw

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const DecodeTpl = `
// byte array -> object
function decode(data) {
    return {};
}
`
View Source
const EncodeTpl = `
// object -> byte array
function encode(map) {
    return;
}
`

Variables

This section is empty.

Functions

func New

func New() codec.Coder

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL