mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-10 20:40:36 +00:00
6 lines
64 B
Go
6 lines
64 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed diff
|
|
var FS embed.FS
|