mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-07 06:49:55 +00:00
chore: add test for memory module
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
package memory
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNotImplementedError = errors.New("not implemented yet")
|
||||
|
||||
func GetMemoryInfo(pid int32) (*MemoryInfoStat, error) {
|
||||
return nil, ErrNotImplementedError
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user