This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_Acura_MES_Backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
33
Wiki
Activity
广汽安道拓Acura项目MES后台
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1115
Commits
15
Branches
17 MiB
Go
98.1%
TSQL
1.9%
Branch:
develop
develop
feature_crossplant
feature_shunyin
feature_specialship
feature_task
feature_zx
fix
fix_checkSeriOrder
fix_dashboard
fix_dashboard11
fix_dashboard_lou
fix_person
master
temp
test_scheduler
V1.6.0
V1.5.3
V1.5.2
V1.5.0
V1.4.6
V1.3.3
V1.3.2
V1.3.1
V1.3.0
V1.2.9
V1.2.8
V1.2.7
V1.2.6
V1.2.5
V1.2.4
V1.2.3
V1.2.2
V1.2.12
V1.2.10
V1.2.1
V1.2.0
V1.17
V1.1.9
V1.1.8
V1.1.6
V1.1.5
V1.1.4
V1.1.3
V1.1.2
V1.1.1
V1.1.0
V1.0.0
1.1.4
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'develop'
${ noResults }
LAPP_Acura_MES_Backend
/
infra
/
logger
/
driver.go
6 lines
95 B
Raw
Permalink
Blame
History
package
logger
// 日志输出驱动接口
type
driver
interface
{
Record
(
message
message
)
}