Renamed packages

This commit is contained in:
Jarno Rankinen 2023-03-15 21:29:57 +02:00
parent 5224f92516
commit 140e68aa13
4 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/0ranki/enervent-ctrl/enervent-ctrl-go module github.com/0ranki/enervent-ctrl
go 1.18 go 1.18

View File

@ -15,7 +15,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/0ranki/enervent-ctrl/enervent-ctrl-go/pingvinKL" "github.com/0ranki/enervent-ctrl/pingvin"
"github.com/0ranki/https-go" "github.com/0ranki/https-go"
"github.com/gorilla/handlers" "github.com/gorilla/handlers"
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"

View File

@ -1,4 +1,4 @@
package pingvinKL package pingvin
import ( import (
"bufio" "bufio"

View File

@ -1,4 +1,4 @@
package pingvinKL package pingvin
import ( import (
"fmt" "fmt"