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

fixed #83 #84

Closed
wants to merge 1 commit into from
Closed

fixed #83 #84

wants to merge 1 commit into from

Conversation

LoneExile
Copy link

This pull request includes changes to the main.go file to improve the handling of the port variable by stripping out protocol prefixes and extracting the port number if it includes a colon.

  • Improved port handling in main.go:
    • Removed tcp:// and http:// prefixes from the port variable.
    • Extracted the port number from the port variable if it contains a colon.

Copy link
Owner

@danvergara danvergara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have Golang services running on K8s and there's no need to do this. Please, try the config that I provided on #83. That's what I use.

@LoneExile LoneExile closed this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants