6 lines
50 B
Go
6 lines
50 B
Go
package config
|
|
|
|
type Log struct {
|
|
Level string
|
|
}
|
package config
|
|
|
|
type Log struct {
|
|
Level string
|
|
}
|