summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-05-19Added basic tests of qualityattenuationBjørn Ivar Teigen
2023-04-25Make LgcStatus String()-ableWill Hawkins
Make an LgcStatus type print nicely with %v format verb.
2023-02-22new flag: --connect-toRandall Meyer
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
2023-02-15[Documentation] Add Makefile for those with bad memoriesWill Hawkins
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.