mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
10 lines
68 B
Go
10 lines
68 B
Go
package main
|
|
|
|
import (
|
|
"ee-go/eapp"
|
|
)
|
|
|
|
func main() {
|
|
eapp.Run()
|
|
}
|