mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-10 04:30:09 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
//go:build freebsd
|
|
|
|
package load
|
|
|
|
func getForkStat() (forkstat, error) {
|
|
return forkstat{}, nil
|
|
}
|