opencode/main.go

10 lines
88 B
Go
Raw Normal View History

2025-03-24 02:19:08 +08:00
package main
2025-03-24 05:25:31 +08:00
import (
2025-05-13 23:02:39 +08:00
"github.com/sst/opencode/cmd"
2025-03-24 05:25:31 +08:00
)
2025-03-24 02:19:08 +08:00
func main() {
cmd.Execute()
}