From cdbd8093c450508d8859e5610e288eaa4244ef5e Mon Sep 17 00:00:00 2001 From: Vinz1911 Date: Sun, 4 Jul 2021 02:09:56 +0200 Subject: [PATCH] [M] updated repo base --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89bb84e..888be85 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@


- Network + Network-GO

-`Network` is a `Go` implementation of the `NWK-Protocol`. The `NWK-Protocol` is a proprietary networking protocol based on top of `TCP`. +`Network-GO` is a `Go` implementation of the `NWK-Protocol`. The `NWK-Protocol` is a proprietary networking protocol based on top of `TCP`. This protocol has a very small overhead which makes it as fast as nearly raw tcp connection throughput. ## License: -[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat)](https://github.com/Vinz1911/network/blob/main/LICENSE) +[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat)](https://github.com/Vinz1911/network-go/blob/main/LICENSE) ## Golang Version: [![Golang 1.16](https://img.shields.io/badge/Golang-1.16-00ADD8.svg?logo=go&style=flat)](https://golang.org) [![Golang 1.16](https://img.shields.io/badge/Modules-Support-00ADD8.svg?logo=go&style=flat)](https://golang.org) diff --git a/go.mod b/go.mod index 09062e8..91af45a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/Vinz1911/network +module github.com/Vinz1911/network-go go 1.16