mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
7 lines
64 B
Go
7 lines
64 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed diff
|
|
var FS embed.FS
|