Skip to content

Commit

Permalink
feat: embedded commands fs support
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed May 30, 2024
1 parent 550ef36 commit 972c991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ var EmbeddedPolicyFileSystem embed.FS

//go:embed lib/*
var EmbeddedLibraryFileSystem embed.FS

//go:embed commands/*
var EmbeddedCommandsFileSystem embed.FS

0 comments on commit 972c991

Please sign in to comment.