mirror of https://github.com/gofiber/fiber.git
parent
0628b95a3d
commit
1898c1f9a7
|
@ -6,7 +6,8 @@ import (
|
||||||
"github.com/gofiber/fiber/v2/internal/gopsutil/common"
|
"github.com/gofiber/fiber/v2/internal/gopsutil/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ common.Invoke
|
//lint:ignore U1000 we need this elsewhere
|
||||||
|
var invoke common.Invoker = common.Invoke{} //nolint:all
|
||||||
|
|
||||||
// Memory usage statistics. Total, Available and Used contain numbers of bytes
|
// Memory usage statistics. Total, Available and Used contain numbers of bytes
|
||||||
// for human consumption.
|
// for human consumption.
|
||||||
|
|
Loading…
Reference in New Issue