Changed some bad import paths
This commit is contained in:
parent
b3b810a20f
commit
b17bad32fe
@ -3,12 +3,14 @@ package main
|
|||||||
import "io"
|
import "io"
|
||||||
import "os"
|
import "os"
|
||||||
import "log"
|
import "log"
|
||||||
import "hnakra/rcon"
|
import "time"
|
||||||
import "hnakra/rotate"
|
import "hnakra/rotate"
|
||||||
import "hnakra/config"
|
|
||||||
import "hnakra/router"
|
import "hnakra/router"
|
||||||
import "hnakra/srvhttps"
|
import "hnakra/routines"
|
||||||
import "hnakra/srvhnakra"
|
import "hnakra/router/rcon"
|
||||||
|
import "hnakra/router/config"
|
||||||
|
import "hnakra/cmd/router/srvhttps"
|
||||||
|
import "hnakra/cmd/router/srvhnakra"
|
||||||
|
|
||||||
const banner = "\n" +
|
const banner = "\n" +
|
||||||
" -=\\\n" +
|
" -=\\\n" +
|
||||||
|
@ -5,7 +5,7 @@ import "fmt"
|
|||||||
import "net"
|
import "net"
|
||||||
import "crypto/tls"
|
import "crypto/tls"
|
||||||
import "hnakra/router"
|
import "hnakra/router"
|
||||||
import "hnakra/config"
|
import "hnakra/router/config"
|
||||||
|
|
||||||
type Server struct {
|
type Server struct {
|
||||||
underlying net.Listener
|
underlying net.Listener
|
||||||
|
@ -3,7 +3,7 @@ package srvhttps
|
|||||||
import "fmt"
|
import "fmt"
|
||||||
import "log"
|
import "log"
|
||||||
import "net/http"
|
import "net/http"
|
||||||
import "hnakra/config"
|
import "hnakra/router/config"
|
||||||
|
|
||||||
type Server struct {
|
type Server struct {
|
||||||
underlying *http.Server
|
underlying *http.Server
|
||||||
|
Loading…
Reference in New Issue
Block a user