mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 23:36:18 +00:00
Update main.go
This commit is contained in:
parent
96ef400aea
commit
e18a8d1e0c
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -17,8 +17,8 @@ import (
|
|||
"x-ui/web/service"
|
||||
|
||||
"github.com/op/go-logging"
|
||||
"github.com/shirou/gopsuti/cpu"
|
||||
"github.com/shirou/gopsuti/disk"
|
||||
"github.com/shirou/gopsutil/cpu"
|
||||
"github.com/shirou/gopsutil/disk"
|
||||
)
|
||||
|
||||
func runWebServer() {
|
||||
|
|
Loading…
Reference in a new issue