mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 00:35:28 +00:00
10 lines
88 B
Go
10 lines
88 B
Go
package main
|
|
|
|
import (
|
|
"github.com/sst/opencode/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|