fix: update package names
This commit is contained in:
parent
cdafd63ddf
commit
f4091fc9ae
4 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"ahenk-go/pkg/utils"
|
||||
"log"
|
||||
"os"
|
||||
"syscall"
|
||||
|
||||
"git.aliberksandikci.com.tr/Liderahenk/ahenk-go/pkg/utils"
|
||||
|
||||
"github.com/sevlyar/go-daemon"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module ahenk-go
|
||||
module git.aliberksandikci.com.tr/Liderahenk/ahenk-go
|
||||
|
||||
go 1.20
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package osinfo
|
||||
|
||||
import (
|
||||
"ahenk-go/pkg/utils"
|
||||
"syscall"
|
||||
|
||||
"git.aliberksandikci.com.tr/Liderahenk/ahenk-go/pkg/utils"
|
||||
"github.com/shirou/gopsutil/disk"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"ahenk-go/pkg/osinfo"
|
||||
"fmt"
|
||||
"runtime"
|
||||
|
||||
"git.aliberksandikci.com.tr/Liderahenk/ahenk-go/pkg/osinfo"
|
||||
)
|
||||
|
||||
type greeting string
|
||||
|
|
Loading…
Reference in a new issue