mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 23:04:22 +00:00
* ✨feature: print all routes message when server starts * ✨feature: print all routes message when server starts * ✨feature: print all routes message when server starts * 🐛fix: errors unhandled * 🐛fix: ignore child process and add some "-" to the table head * 🐛fix: add printRoutesMessage for listener and listenTLS
9 lines
163 B
Go
9 lines
163 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package ole
|
|
|
|
func getClassInfo(disp *IProvideClassInfo) (tinfo *ITypeInfo, err error) {
|
|
return nil, NewError(E_NOTIMPL)
|
|
}
|