package
0.0.0-20220408112916-b83a8b265c28
Repository: https://github.com/raobian/bgofs.git
Documentation: pkg.go.dev

# Variables

Gob is a GobCodec that encodes/decodes Go values to/from gob.
JSON is a JSONcodec that encodes/decodes Go values to/from JSON.

# Structs

GobCodec encodes/decodes Go values to/from gob.
JSONcodec encodes/decodes Go values to/from JSON.

# Interfaces

Codec encodes/decodes Go values to/from slices of bytes.