kkpoon / go-stdin-example

an example of stdin program to parse json data in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-stdin-example

an example of stdin program to parse json data in golang

$ echo '{"name": "paul", "age": 16}' | go run main.go

About

an example of stdin program to parse json data in golang

License:Apache License 2.0


Languages

Language:Go 100.0%