Switched to go modules, fixed import paths for new location.

This commit is contained in:
2019-10-22 04:41:48 +05:00
parent 61d34f3687
commit bc7b9925a1
130 changed files with 18 additions and 31507 deletions

View File

@@ -8,7 +8,7 @@ import (
"strings"
// local
"develop.pztrn.name/gonews/gonews/eventer"
"sources.dev.pztrn.name/gonews/gonews/eventer"
)
// This structure represents single NNTP client connection.

View File

@@ -5,7 +5,7 @@ import (
"log"
// local
"develop.pztrn.name/gonews/gonews/configuration"
"sources.dev.pztrn.name/gonews/gonews/configuration"
)
// Initialize initializes package.

View File

@@ -6,7 +6,7 @@ import (
"net"
// local
"develop.pztrn.name/gonews/gonews/configuration"
"sources.dev.pztrn.name/gonews/gonews/configuration"
)
var connections map[string]*connection