package fiber import( "fmt" ) func Init() { fmt.Printf("init fiber\n") }