mirror of
https://github.com/sst/opencode.git
synced 2025-09-15 01:05:04 +00:00
9 lines
88 B
Go
9 lines
88 B
Go
package main
|
|
|
|
import (
|
|
"github.com/sst/opencode/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|