mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-18 11:14:36 +08:00
Fix CI build by embedding workspace templates from repo root
This commit is contained in:
8
workspace_embed.go
Normal file
8
workspace_embed.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package clawgo
|
||||
|
||||
import "embed"
|
||||
|
||||
// EmbeddedWorkspace bundles onboarding workspace templates into the binary.
|
||||
//go:embed all:workspace
|
||||
var EmbeddedWorkspace embed.FS
|
||||
|
||||
Reference in New Issue
Block a user