mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-03 07:55:05 +01:00
add initial git support
This commit is contained in:
6
internal/assets/embed.go
Normal file
6
internal/assets/embed.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package assets
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed diff
|
||||
var FS embed.FS
|
||||
Reference in New Issue
Block a user