mirror of
https://github.com/harness/drone.git
synced 2025-05-07 08:22:59 +00:00
9 lines
69 B
Go
9 lines
69 B
Go
package harness
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed */**
|
|
var _ embed.FS
|