An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/dreddsa5dies/networkGo)](https://goreportcard.com/report/github.com/dreddsa5dies/networkGo) ![License](https://img.shields.io/badge/License-MIT-blue.svg)

![IMAGE](img/networkGo.png)

## 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.