revert pkg.

This commit is contained in:
Monet Lee 2024-11-13 18:17:18 +08:00
parent ac20cc969f
commit 36ac5e0b4d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"flag" "flag"
"os" "os"
"github.com/mo3et/openim-gomake/mageutil" "github.com/openimsdk/gomake/mageutil"
) )
var Default = Build var Default = Build

View File

@ -6,7 +6,7 @@ package main
import ( import (
"syscall" "syscall"
"github.com/mo3et/openim-gomake/mageutil" "github.com/openimsdk/gomake/mageutil"
) )
func setMaxOpenFiles() error { func setMaxOpenFiles() error {