Switched to go modules, fixed import paths for new location.
This commit is contained in:
@@ -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.
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
|
||||
// local
|
||||
"develop.pztrn.name/gonews/gonews/configuration"
|
||||
"sources.dev.pztrn.name/gonews/gonews/configuration"
|
||||
)
|
||||
|
||||
// Initialize initializes package.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user