mirror of
https://github.com/harness/drone.git
synced 2025-05-02 22:30:21 +08:00
Create include.go
This commit is contained in:
parent
f5da9013c7
commit
a799dce10c
8
include.go
Normal file
8
include.go
Normal file
@ -0,0 +1,8 @@
|
||||
package harness
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed */**
|
||||
var _ embed.FS
|
Loading…
Reference in New Issue
Block a user