🐛 bug: fix gopsutil compilation (#2298)

* 🐛 bug: fix gopsutil compilation

* nolint
pull/2300/head
M. Efe Çetin 2023-01-15 15:39:04 +03:00 committed by GitHub
parent 0628b95a3d
commit 1898c1f9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ import (
"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
// for human consumption.