Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 352 Bytes

Gbeta-logger

logger for Gbeta

gbeta_logger_image

Useage

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