Gbeta-logger logger for Gbeta Useage import( "github.com/yyrdl/gbeta" "github.com/yyrdl/gbeta_logger" ) func main(){ app:=gbeta.App() app.WrapServeHTTP(gbeta_logger.Log) //......... }