6 lines
71 B
Go
6 lines
71 B
Go
|
|
package config
|
||
|
|
|
||
|
|
func cl104ConfigName() string {
|
||
|
|
return "cl104.json"
|
||
|
|
}
|