feat!: remove external dependencies

Remove the kingpin external dependency, and instead just use Go's stdlib
flag package.

BREAKING CHANGE: Long versions of command line flags are no longer supported.
This commit is contained in:
2022-11-14 18:58:04 +00:00
parent 2e7557a9aa
commit 9a904fee99
5 changed files with 36 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ jobs:
run: make
- name: Run and make request
run: |
./bin/casecmp --port=8080 &
./bin/casecmp -p 8080 &
curl --silent --retry 10 --retry-delay 1 --retry-connrefused \
http://localhost:8080/