1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-30 08:06:40 +02:00
go-micro/examples/flags
Asim Aslam d94936f6c9
v3 (#2104)
* v3

* revert plugins

* fixup some issues
2021-01-20 13:54:31 +00:00
..
main.go v3 (#2104) 2021-01-20 13:54:31 +00:00
README.md Add examples 2020-12-26 15:17:20 +00:00

Flags

This is an example of using command line flags

Run the example

go run main.go --string_flag="a string" --int_flag=10 --bool_flag=true

And that's all there is to it.