change: relocate plugin templates

This commit is contained in:
debugtalk
2022-05-29 13:28:48 +08:00
parent 7f134a33d6
commit bc36662f15
7 changed files with 6 additions and 6 deletions

View File

@@ -30,10 +30,10 @@ const (
regexGoFunctionContent = `func [\s\S]*?\n}`
)
//go:embed internal/scaffold/templates/build/debugtalkPythonTemplate
//go:embed internal/scaffold/templates/plugin/debugtalkPythonTemplate
var pyTemplate string
//go:embed internal/scaffold/templates/build/debugtalkGoTemplate
//go:embed internal/scaffold/templates/plugin/debugtalkGoTemplate
var goTemplate string
type TemplateContent struct {