1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-15 18:10:40 +00:00

logs Adapter

This commit is contained in:
Ming Deng
2020-10-05 21:54:38 +08:00
parent ff762b561c
commit 6aa6c55f07
7 changed files with 514 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package alils
import (
_ "github.com/astaxie/beego/pkg/core/logs/alils"
)