Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: Error unknown flag gobin (fixes #354 ) #355

Merged
merged 2 commits into from
Apr 26, 2023

Conversation

cfc4n
Copy link
Member

@cfc4n cfc4n commented Apr 26, 2023

correcting error prompt messages --gobin

Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n cfc4n linked an issue Apr 26, 2023 that may be closed by this pull request
@cfc4n cfc4n added bug Something isn't working fix bug fix PR labels Apr 26, 2023
defer f.Close()
c := &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true, KeyLogWriter: f},

Check failure

Code scanning / CodeQL

Disabled TLS certificate check

InsecureSkipVerify should not be used in production code.
@cfc4n cfc4n merged commit 786f1c0 into master Apr 26, 2023
@cfc4n cfc4n deleted the error-unknown-flag-gobin branch April 26, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix bug fix PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: unknown flag: --gobin
1 participant