7 lines
86 B
Go
7 lines
86 B
Go
|
package templates
|
||
|
|
||
|
import _ "embed"
|
||
|
|
||
|
//go:embed client.ini.tmpl
|
||
|
var ClientINI string
|