7 lines
97 B
Go
7 lines
97 B
Go
package ccconnect
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed config.example.toml
|
|
var ConfigExampleTOML string
|