| Age | Commit message (Collapse) | Author |
|
|
|
Make an LgcStatus type print nicely with %v format verb.
|
|
Allows user to override DNS for the initial config request. This is
accomplished using a custom DialContext overring the hostname used to
Dial to. This allows for TLS certificate validation to still
happen(optionally) while connecting to TLS secured resources.
Also,
- allows for optional enforcement of certificate verification
- stamp built git version into binary and adds a --version option
- adds a user-agent to all outgoing request
- exit(1) on failures for easier shell error detection
|
|
For those (like me) with bad memories, it is easier to remember `make`
commands than `go build` commands. So, there is now a Makefile with
helpful build and test targets.
|