mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import app "codeagent-wrapper/internal/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|