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

added detailed guide in echo readme.md example folder #459

Closed
wants to merge 3 commits into from

Conversation

sameer-gits
Copy link

I have just updated echo readme,nd example files because most go users are confused including please accept my pr, you can also edit it a little bit if you want or let me know if you need anything else, thanks for the lib

@sameer-gits
Copy link
Author

why checks are failing i just added text in example docs..... i am new let me know if anyone sees my comment here

@sameer-gits
Copy link
Author

@nhooyr ...

Copy link
Member

@mafredri mafredri left a comment

Choose a reason for hiding this comment

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

Hey, thank you for the contribution but I believe this is too much detail. If there's a specific problem let's address that but let's assume that basic knowledge of Go and code reading is a requirement.

@@ -1,3 +1,3 @@
module nhooyr.io/websocket

go 1.19
go 1.22.5
Copy link
Member

Choose a reason for hiding this comment

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

We want to retain go 1.19 compatibility for now, bumping to 1.22 is too big a jump anyway as 1.20 would be the next one.


1. Project starts. `func main` as the entry point start the program.

2. main func execute `run()` and `log.Fatal` is there is `err`
Copy link
Member

Choose a reason for hiding this comment

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

This is too much detail. This is obvious from reading the code.

@mafredri
Copy link
Member

Closing, feel free to open a new PR or issue if there's a specific concern you'd like addressed.

@mafredri mafredri closed this Aug 21, 2024
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