6 lines
55 B
Go
6 lines
55 B
Go
|
package brain
|
||
|
|
||
|
// Config 配置
|
||
|
type Config struct {
|
||
|
}
|