econv

command module
v0.0.0-...-9833188 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2023 License: MIT Imports: 14 Imported by: 0

README

econv

Encoding convert

Install

go install github.com/fsgo/econv@latest
Usage
# econv -help
Usage of econv:
  -i string
    	Input file path
  -f string
    	Encoding from.
    	allow: json, toml, yml, msgpack
  -t string
    	Encoding to.
    	allow: json, toml, yml, msgpack
  -timeout string
    	Timeout for HTTP Requests (default "10s")
econv -i passport.toml -t json                 # toml -> json
cat passport.toml | econv -f toml -t json      # toml -> json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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