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

feat(udp): Added UDP server #45

Merged
merged 6 commits into from
Dec 28, 2023
Merged

feat(udp): Added UDP server #45

merged 6 commits into from
Dec 28, 2023

Conversation

flc1125
Copy link
Contributor

@flc1125 flc1125 commented Dec 28, 2023

No description provided.

Copy link

what-the-diff bot commented Dec 28, 2023

PR Summary

  • Updated .gitignore File
    The .gitignore file has been modified to ignore 'example' directories, which suggests that developers are no longer supposed to provide '_example' code within the repository.

  • Added New Dependencies in go.mod and go.sum
    New dependencies have been added to the project's go.mod and go.sum files, which indicates that new third-party Go packages were introduced into the software. These packages (golang.org/x/sync v0.3.0 and google.golang.org/genproto) will provide additional functionalities to our software.

  • Added UDP Server Related Files
    Two new files, udp/README.md and udp/server.go, have been added. The README.md file typically provides an explanation or documentation about the associated code files or directories. In this case, it likely contains useful information about how the UDP server operates. The server.go file appears to contain the source code for the UDP server, which allows the application to deal with User Datagram Protocol requests. This indicates a new feature or service has been added to our software that will enhance its ability to communicate over the network via the UDP protocol.

Copy link

codecov bot commented Dec 28, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (e4b6231) 69.80% compared to head (15feab2) 70.88%.

Files Patch % Lines
udp/server.go 83.33% 6 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   69.80%   70.88%   +1.07%     
==========================================
  Files          21       22       +1     
  Lines         626      680      +54     
==========================================
+ Hits          437      482      +45     
- Misses        176      182       +6     
- Partials       13       16       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@flc1125 flc1125 merged commit 0d805ae into master Dec 28, 2023
4 checks passed
@flc1125 flc1125 deleted the feat-udp branch December 28, 2023 16:36
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.

1 participant