wearefair / gurl

A tool for cURLing gRPC services.
MIT License
15 stars 4 forks source link

Re-org project so everything is under `cmd` or `pkg`. #11

Closed marshallbrekka closed 6 years ago

marshallbrekka commented 6 years ago

Also moved each command into its own package to make it easier to declare flags without worrying about global variables.

Removed the non-url features from the util pkg. Would like to eliminate util entirely soon, as thats very non-idiomatic go, but don't have the right place for it yet.

Once most of the logic for making requests is moved out of the command file, it could probably end up there.