https://github.com/dreddsa5dies/networkgo
Examples of how to use Go to work with the network
https://github.com/dreddsa5dies/networkgo
beginner beginner-project go golang ip network serialization tcp udp
Last synced: 2 months ago
JSON representation
Examples of how to use Go to work with the network
- Host: GitHub
- URL: https://github.com/dreddsa5dies/networkgo
- Owner: dreddsa5dies
- License: mit
- Created: 2017-06-12T07:58:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T16:47:04.000Z (about 5 years ago)
- Last Synced: 2023-02-28T23:22:21.818Z (over 2 years ago)
- Topics: beginner, beginner-project, go, golang, ip, network, serialization, tcp, udp
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 17
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/dreddsa5dies/networkGo) 

## Examples of how to use Go to work with the network
We used examples from the book "Network Programming with Go" Jan Newmarch## The code contains comments in Russian
## [Article](https://habr.com/ru/post/491818/)
## License
This project is licensed under MIT license. Please read the LICENSE file.## Contribute
Welcomes any kind of contribution, please follow the next steps:- Fork the project on github.com.
- Create a new branch.
- Commit changes to the new branch.
- Send a pull request.